We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf01c1 commit 5401ad2Copy full SHA for 5401ad2
pyproject.toml
@@ -25,6 +25,7 @@ classifiers = [
25
"Framework :: Django :: 4.2",
26
"Framework :: Django :: 5.0",
27
"Framework :: Django :: 5.1",
28
+ "Framework :: Django :: 5.2",
29
"Topic :: Internet :: WWW/HTTP",
30
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
31
]
tox.ini
@@ -3,13 +3,15 @@ envlist =
3
py{39,310,311}-dj42
4
py{310,311,312}-dj50
5
py{310,311,312,313}-dj51
6
+ py{310,311,312,313}-dj52
7
skipsdist = True
8
9
[testenv]
10
deps =
11
dj42: Django>=4.2,<5.0
12
dj50: Django>=5.0,<5.1
13
dj51: Django>=5.1,<5.2
14
+ dj52: Django>=5.2b1,<6.0
15
16
djangorestframework
17
openpyxl
0 commit comments