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 f7c3d5f commit 2c3a037Copy full SHA for 2c3a037
tox.ini
@@ -2,8 +2,8 @@
2
isolated_build = true
3
envlist =
4
py{38,39,310,311,312}-dj{42}-{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}
+ py{310,311,312,313}-dj{50}-{unittest,pytest,checkmigrations}
+ py{310,311,312,313}-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
skip_missing_interpreters = True
0 commit comments