Skip to content

Commit

Permalink
declare supported range but explicitly exllude deprecated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoldosp committed Feb 20, 2024
1 parent 242d555 commit 8fb983e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ classifiers = [
'Framework :: Django :: 5.0',
]
dependencies = [
'Django>=3.2,<4.0;python_version>="3.8"',
'Django>=4.2,<4.3;python_version>="3.8"',
'Django>=5.0,<6.0;python_version>="3.10"',
beepboop = ">= 1.2, < 1.5, !=1.2.2"
'Django>=3.2, < 5.1, !=4.0, !=4.1
]

[project.urls]
Expand Down

0 comments on commit 8fb983e

Please sign in to comment.