File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ keywords = ["TODO"]
1616classifiers = [
1717 " Development Status :: 3 - Alpha" ,
1818 " Framework :: Django" ,
19- " Framework :: Django :: 4.2" ,
2019 " Framework :: Django :: 5.2" ,
2120 " Intended Audience :: Developers" ,
2221 " Operating System :: Unix" ,
@@ -28,7 +27,7 @@ classifiers = [
2827]
2928requires-python = " >=3.12"
3029dependencies = [
31- " django>=4 .2"
30+ " django>=5 .2"
3231]
3332
3433[project .urls ]
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py{312}-django{42}
43 py{312,313}-django{52}
54 ruff
65 docs
@@ -14,7 +13,6 @@ python =
1413
1514[gh-actions:env]
1615DJANGO =
17- 4.2: django42
1816 5.2: django52
1917
2018[testenv]
@@ -25,10 +23,9 @@ extras =
2523 tests
2624 coverage
2725deps =
28- django42: Django~=4.2.0
2926 django52: Django~=5.2.0
3027commands =
31- py.test tests \
28+ pytest tests \
3229 --cov --cov-report xml:reports/coverage-{envname}.xml \
3330 {posargs}
3431
You can’t perform that action at this time.
0 commit comments