Skip to content

Commit 9bb6cb5

Browse files
Merge pull request #12 from Kaligo/update/latest_psycopg2-binary
Allow Python 3.13
2 parents 2d8059b + 65f729c commit 9bb6cb5

File tree

3 files changed

+30
-7
lines changed

3 files changed

+30
-7
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python 3.12.8
1+
python 3.13.6
22
# releases: https://www.python.org/downloads/
33
poetry 1.8.5
44
# releases: https://github.com/python-poetry/poetry/releases

poetry.lock

Lines changed: 28 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Quoc Nguyen <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.12.8,<3.13"
9+
python = ">=3.12.8,<3.14"
1010
click = ">=8.1.8,<9.0"
1111
pydantic = ">=2.10.6,<3.0"
1212
flake8 = ">=7.1.1,<8.0"

0 commit comments

Comments
 (0)