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 98cc2a4 commit ea3b9efCopy full SHA for ea3b9ef
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
26
"Framework :: Django :: 5.0",
27
"Framework :: Django :: 5.1",
28
"Framework :: Django :: 5.2",
29
+ "Framework :: Django :: 6.0",
30
"Topic :: Internet :: WWW/HTTP",
31
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
32
]
tox.ini
@@ -4,14 +4,16 @@ envlist =
4
py{310,311,312}-dj50
5
py{310,311,312,313}-dj51
6
py{310,311,312,313}-dj52
7
+ py{312,313}-dj60
8
skipsdist = True
9
10
[testenv]
11
deps =
12
dj42: Django>=4.2,<5.0
13
dj50: Django>=5.0,<5.1
14
dj51: Django>=5.1,<5.2
- dj52: Django>=5.2b1,<6.0
15
+ dj52: Django>=5.2,<6.0
16
+ dj60: Django>=6.0,<6.1
17
18
djangorestframework
19
openpyxl
0 commit comments