Skip to content

Commit

Permalink
Added Trove classifier for Django 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 26, 2023
1 parent b3a27f4 commit de3019c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deps =
django32: django~=3.2.0
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2a1,<5.0
django42: Django>=4.2rc1,<5.0
!latest: djangorestframework
latest: {[latest]deps}
-rrequirements/test-ci.txt
Expand Down

0 comments on commit de3019c

Please sign in to comment.