Skip to content

Commit 7c14c5b

Browse files
committed
Update CI workflow: remove Python 3.8/3.9 from test matrix
1 parent f98acb4 commit 7c14c5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
- windows-latest
2828
- macos-latest
2929
python-config:
30-
- version: "3.8"
31-
tox-env: "py38"
32-
- version: "3.9"
33-
tox-env: "py39"
3430
- version: "3.10"
3531
tox-env: "py310"
3632
- version: "3.11"

0 commit comments

Comments
 (0)