Skip to content

Commit

Permalink
don't declare py3.13 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella committed Nov 18, 2024
1 parent b8b5c2d commit 60737bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
contentctl = 'contentctl.contentctl:main'

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.11,<3.13"
pydantic = "^2.8.2"
PyYAML = "^6.0.2"
requests = "~2.32.3"
Expand Down

0 comments on commit 60737bc

Please sign in to comment.