Skip to content

Commit a022efc

Browse files
author
AJ Griffiths
committed
Update tox and setup to supported versions.
1 parent 9083cbe commit a022efc

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"flake8>=7.0.0,<7.1",
2222
"isort>=5.10.1",
2323
# For test site
24-
"wagtail>=5.2",
24+
"wagtail>=6.3",
2525
]
2626

2727
# Documentation dependencies
@@ -56,13 +56,12 @@
5656
"Framework :: Django :: 5.1",
5757
"Framework :: Django :: 5.2",
5858
"Framework :: Wagtail",
59-
"Framework :: Wagtail :: 5",
6059
"Framework :: Wagtail :: 6",
6160
"Framework :: Wagtail :: 7",
6261
"Topic :: Internet :: WWW/HTTP",
6362
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
6463
],
65-
install_requires=["django-recaptcha>=4", "wagtail>=5.2"],
64+
install_requires=["django-recaptcha>=4", "wagtail>=6.3"],
6665
extras_require={
6766
"testing": testing_extras,
6867
"docs": documentation_extras,

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
skipsdist = True
88
usedevelop = True
99
envlist =
10-
py{39}-dj42-wt{52,63,64,70}-dr4
11-
py{310,311,312,313}-dj{51,52}-wt{63,63,70}-dr4
10+
py{39}-dj42-wt{63,70,71}-dr4
11+
py{310,311,312,313}-dj{51,52}-wt{63,70,71}-dr4
1212

1313
[testenv]
1414
install_command = pip install -e ".[testing]" -U {opts} {packages}
@@ -25,10 +25,10 @@ basepython =
2525
deps =
2626
dj42: Django>=4.2,<4.3
2727
dj51: Django>=5.1,<5.2
28-
wt52: wagtail>=5.2,<5.3
28+
dj52: Django>=5.2,<5.3
2929
wt63: wagtail>=6.3,<6.4
30-
wt64: wagtail>=6.4,<6.5
3130
wt70: wagtail>=7.0,<7.1
31+
wt71: wagtail>=7.1,<7.2
3232
dr4: django_recaptcha>=4.0.0,<5.0.0
3333

3434
commands =

0 commit comments

Comments
 (0)