@@ -3,7 +3,6 @@ isolated_build = true
33envlist =
44 docs
55 packaging
6- py{39,310,311,312}-dj{42}-{sqlite,postgresql,postgis,mysql}
76 py{310,311}-dj{42,51,52}-{sqlite,postgresql,psycopg3,postgis,mysql}
87 py{312}-dj{42,51,52,60}-{sqlite,postgresql,psycopg3,postgis,mysql}
98 py{313}-dj{51,52,60,main}-{sqlite,psycopg3,postgis3,mysql}
@@ -55,28 +54,28 @@ pip_pre = True
5554commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
5655
5756
58- [testenv:py{39, 310,311,312,313,314}-dj{42,51,52,60,main}-{postgresql,psycopg3}]
57+ [testenv:py{310,311,312,313,314}-dj{42,51,52,60,main}-{postgresql,psycopg3}]
5958setenv =
6059 {[testenv]setenv}
6160 DB_BACKEND = postgresql
6261 DB_PORT = {env:DB_PORT:5432}
6362
6463
65- [testenv:py{39, 310,311,312,313,314}-dj{42,51,52,60,main}-{postgis,postgis3}]
64+ [testenv:py{310,311,312,313,314}-dj{42,51,52,60,main}-{postgis,postgis3}]
6665setenv =
6766 {[testenv]setenv}
6867 DB_BACKEND = postgis
6968 DB_PORT = {env:DB_PORT:5432}
7069
7170
72- [testenv:py{39, 310,311,312,313,314}-dj{42,51,52,60,main}-mysql]
71+ [testenv:py{310,311,312,313,314}-dj{42,51,52,60,main}-mysql]
7372setenv =
7473 {[testenv]setenv}
7574 DB_BACKEND = mysql
7675 DB_PORT = {env:DB_PORT:3306}
7776
7877
79- [testenv:py{39, 310,311,312,313,314}-dj{42,51,52,60,main}-sqlite]
78+ [testenv:py{310,311,312,313,314}-dj{42,51,52,60,main}-sqlite]
8079setenv =
8180 {[testenv]setenv}
8281 DB_BACKEND = sqlite3
@@ -101,7 +100,6 @@ skip_install = true
101100
102101[gh-actions]
103102python =
104- 3.9: py39
105103 3.10: py310
106104 3.11: py311
107105 3.12: py312
0 commit comments