Skip to content

Commit 84a40d5

Browse files
committed
for now just support 3.9, 3.10, 3.11
1 parent db31538 commit 84a40d5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 3
1010
matrix:
11-
python-version: ['3.9', '3.10', '3.11', '3.12']
11+
python-version: ['3.9', '3.10', '3.11']
1212

1313
steps:
1414
- name: checkout

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ envlist = py37, py38, py39, py310, py311
88

99
[gh-actions]
1010
python =
11-
3.7: py37
12-
3.8: py38
1311
3.9: py39
1412
3.10: py310
1513
3.11: py311

0 commit comments

Comments
 (0)