Skip to content

Commit

Permalink
Update python versions to be inline with current release schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGlauser committed Oct 9, 2024
1 parent 6bdcf6d commit 28916cc
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 @@ -8,7 +8,7 @@ readme = 'README.md'
repository = 'https://github.com/MarcoGlauser/contentful-webhook-receiver'

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
python = ">=3.9,<3.14"
Django = ">=4.2,<5.2"
djangorestframework = "^3.0.0"

Expand Down

0 comments on commit 28916cc

Please sign in to comment.