Skip to content

Commit

Permalink
Add support for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
benflexcompute committed Dec 6, 2024
1 parent 7f24806 commit 9a2c660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Flexcompute <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
pydantic = "2.7.*"
pytest = "^7.1.2"
click = "^8.1.3"
Expand Down

0 comments on commit 9a2c660

Please sign in to comment.