|
2 | 2 | isolated_build = true |
3 | 3 | envlist = |
4 | 4 | py{38,39,310,311,312}-dj{42}-{unittest,pytest,checkmigrations} |
5 | | - py{310,311,312}-dj{50}-{unittest,pytest,checkmigrations} |
6 | | - py{310,311,312,313}-dj{51}-{unittest,pytest,checkmigrations} |
7 | | - py{310,311,312,313}-dj{52}-{unittest,pytest,checkmigrations} |
8 | | - py{310,311,312,313}-dj{main}-{unittest,pytest,checkmigrations} |
| 5 | + py{310,311,312,313,314}-dj{50}-{unittest,pytest,checkmigrations} |
| 6 | + py{310,311,312,313,314}-dj{51}-{unittest,pytest,checkmigrations} |
| 7 | + py{310,311,312,313,314}-dj{52}-{unittest,pytest,checkmigrations} |
| 8 | + py{310,311,312,313,314}-dj{main}-{unittest,pytest,checkmigrations} |
9 | 9 | skip_missing_interpreters = True |
10 | 10 |
|
11 | 11 | [testenv] |
@@ -42,3 +42,4 @@ python = |
42 | 42 | 3.11: py311 |
43 | 43 | 3.12: py312 |
44 | 44 | 3.13: py313 |
| 45 | + 3.14: py314 |
0 commit comments