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 ed4347b commit b3f5a83Copy full SHA for b3f5a83
tox.ini
@@ -1,8 +1,8 @@
1
[tox]
2
envlist =
3
# Django versions with their respectively supported Python versions and the most recent Wagtail LTS
4
- py{39,310,311,312}-django42-wagtail70
5
- py{310,311,312,313}-django{51,52}-wagtail70
+ py{39,310,311,312}-django42-wagtail{63,70}
+ py{310,311,312,313}-django{51,52}-wagtail{63,70}
6
# Old Wagtail versions with the oldest Django LTS and Python
7
py39-django42-wagtail52
8
isolated_build = True
0 commit comments