Skip to content

Commit 6488e17

Browse files
committed
update version
1 parent d4752d6 commit 6488e17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.11'
24+
python-version: '3.12'
2525
- name: Install dependencies
2626
id: set-version
2727
run: |

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages=find_namespace_packages(),
77
description=description,
88
install_requires=[
9-
"testcontainers-core",
9+
"testcontainers",
1010
"sqlalchemy",
1111
"sqlalchemy-iris",
1212
"requests<2.32.0"

0 commit comments

Comments
 (0)