Skip to content

Commit a1ba002

Browse files
committed
Added Django 5.1 classifier.
1 parent f3cfca6 commit a1ba002

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Framework :: Django",
2626
"Framework :: Django :: 4.2",
2727
"Framework :: Django :: 5.0",
28+
"Framework :: Django :: 5.1",
2829
"Intended Audience :: Developers",
2930
"License :: OSI Approved :: BSD License",
3031
"Operating System :: OS Independent",

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist =
33
{py38,py39,py310,py311,py312}-django42-test
44
{py310,py311,py312}-django{50,51}-test
5-
{py310,py311,py312}-djangomain-test
5+
{py312}-djangomain-test
66
isort
77
flake
88
black
@@ -20,7 +20,7 @@ deps =
2020
coverage
2121
django42: Django>=4.2,<5.0
2222
django50: Django>=5.0,<5.1
23-
django51: Django>=5.1a1,<5.2
23+
django51: Django>=5.1,<5.2
2424
djangomain: https://github.com/django/django/archive/main.tar.gz
2525

2626
[testenv:isort]

0 commit comments

Comments
 (0)