Skip to content

Commit

Permalink
Remove python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
richin13 committed Nov 14, 2024
1 parent 32a7d71 commit 60e8825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[tox]
envlist = pre-commit,py{37,38,39,310,311,312}-sql{12,13,14,20}
envlist = pre-commit,py{38,39,310,311,312}-sql{12,13,14,20}
skipsdist = true
minversion = 3.7.0

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[gh-actions:env]
SQLALCHEMY =
Expand Down

0 comments on commit 60e8825

Please sign in to comment.