Skip to content

Commit 901bd2c

Browse files
committed
Add Django 6.0 to tests
1 parent df29fd3 commit 901bd2c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_version():
4545
setup_requires=["pytest-runner"],
4646
options={"bdist_wheel": {"universal": "1"}},
4747
install_requires=[
48-
"Django>=4.2,<5.3,!=5.0.*",
48+
"Django>=4.2,<6.1,!=5.0.*",
4949
"prometheus-client>=0.7",
5050
],
5151
classifiers=[
@@ -64,6 +64,7 @@ def get_version():
6464
"Framework :: Django :: 4.2",
6565
"Framework :: Django :: 5.1",
6666
"Framework :: Django :: 5.2",
67+
"Framework :: Django :: 6.0",
6768
"Topic :: System :: Monitoring",
6869
"License :: OSI Approved :: Apache Software License",
6970
],

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
{py39,py310,py311,py312}-django420-{end2end,unittests}
55
{py310,py311,py312,py313}-django{510,520}-{end2end,unittests}
66
{py314,py314t}-django520-{end2end,unittests}
7+
{py312,py313,py314,py314t}-django600-{end2end,unittests}
78
py39-lint
89
skip_missing_interpreters = True
910

@@ -21,6 +22,7 @@ deps =
2122
django420: Django>=4.2,<4.3
2223
django510: Django>=5.1,<5.2
2324
django520: Django>=5.2,<5.3
25+
django600: Django>=6.0,<6.1
2426
coverage
2527
-rrequirements.txt
2628
skip_missing_interpreters=true

0 commit comments

Comments
 (0)