Skip to content

Commit 5cff524

Browse files
committed
update envlist for tox,reduce number of python versions
1 parent dc59f79 commit 5cff524

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 10
1010
matrix:
1111
sql-alchemy: [ "1.2", "1.3", "1.4", "2.0" ]
12-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
12+
python-version: ["3.9", "3.10" ]
1313

1414
steps:
1515
- uses: actions/checkout@v3

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pre-commit,py{37,38,39,310}-sql{12,13,14}
2+
envlist = pre-commit,py{37,38,39,310}-sql{12,13,14,20}
33
skipsdist = true
44
minversion = 3.7.0
55

0 commit comments

Comments
 (0)