Skip to content

Commit

Permalink
Tell poetry project is compatible with a range of recent Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Oct 3, 2024
1 parent ffe48da commit ae5fde1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 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 @@ -23,7 +23,7 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.poetry.dependencies]
python = "~3.11"
python = ">= 3.11, < 3.14"
attrs = "^23.1.0"
dynaconf = "^3.2.4"
factory_boy = "^3.2.1"
Expand Down

0 comments on commit ae5fde1

Please sign in to comment.