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.
2 parents f9aa7e1 + 233eb58 commit 2e31bc6Copy full SHA for 2e31bc6
scripts/populate_tox/config.py
@@ -103,6 +103,7 @@
103
"Werkzeug<2.1.0",
104
],
105
"<3.1": ["pytest-django<4.0"],
106
+ "py3.14,py3.14t": ["coverage==7.11.0"],
107
},
108
109
"dramatiq": {
tox.ini
@@ -622,6 +622,7 @@ deps =
622
django-v3.2.25: Werkzeug<2.1.0
623
django-v1.11.29: pytest-django<4.0
624
django-v2.2.28: pytest-django<4.0
625
+ {py3.14,py3.14t}-django: coverage==7.11.0
626
627
flask-v1.1.4: flask==1.1.4
628
flask-v2.3.3: flask==2.3.3
0 commit comments