|
1 | 1 | [tox] |
2 | 2 | envlist = |
3 | | - py{39,310,311,312}-django42-wagtail{63,64,70}-{sqlite,postgres} |
4 | | - py{310,311,312,313}-django51-wagtail{63,64,70}-{sqlite,postgres} |
5 | | - ; 6.3 LTS and 7.0 are the only versions to support Django 5.2 as of now |
6 | | - py{310,311,312,313}-django52-wagtail{63,70}-{sqlite,postgres} |
| 3 | + py{39,310,311,312}-django42-wagtail{63,64,70,71}-{sqlite,postgres} |
| 4 | + py{310,311,312,313}-django51-wagtail{63,64,70,71}-{sqlite,postgres} |
| 5 | + ; 6.3 and up support Django 5.2 |
| 6 | + py{310,311,312,313}-django52-wagtail{63,70,71}-{sqlite,postgres} |
7 | 7 |
|
8 | 8 | [testenv] |
9 | 9 | allowlist_externals = coverage |
|
22 | 22 |
|
23 | 23 | wagtail63: wagtail~=6.3.0 |
24 | 24 | wagtail64: wagtail~=6.4.0 |
25 | | - wagtail70: wagtail>=7.0.0,<7.1 |
| 25 | + wagtail70: wagtail~=7.0.0 |
| 26 | + wagtail71: wagtail~=7.1.0 |
26 | 27 |
|
27 | 28 | postgres: psycopg2>=2.9 |
28 | 29 | extras = testing |
|
0 commit comments