Skip to content

Commit 60e8825

Browse files
committed
Remove python 3.7
1 parent 32a7d71 commit 60e8825

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[tox]
2-
envlist = pre-commit,py{37,38,39,310,311,312}-sql{12,13,14,20}
2+
envlist = pre-commit,py{38,39,310,311,312}-sql{12,13,14,20}
33
skipsdist = true
44
minversion = 3.7.0
55

66
[gh-actions]
77
python =
8-
3.7: py37
98
3.8: py38
109
3.9: py39
1110
3.10: py310
11+
3.11: py311
12+
3.12: py312
1213

1314
[gh-actions:env]
1415
SQLALCHEMY =

0 commit comments

Comments
 (0)