Skip to content

Commit 67b1967

Browse files
committed
Tests: Django 5.0 dev requires Python 3.10+
1 parent f5f3fc8 commit 67b1967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ envlist =
2222
# ... then prereleases (if available) and current development:
2323
# Django 4.2 alpha: Python 3.8, 3.9, 3.10, 3.11
2424
django42-py{38,39,310,311,py38,py39}-all
25-
djangoDev-py{38,39,310,311,py38,py39}-all
25+
# Django 5.0 dev: Python 3.10+
26+
djangoDev-py{310,311}-all
2627
# ... then partial installation (limit extras):
2728
django41-py310-{none,amazon_ses,postal}
2829
# ... then older versions of some dependencies:

0 commit comments

Comments
 (0)