Skip to content

Commit b945297

Browse files
authored
ci: drop Python 3.8 and 3.9 support
1 parent f1984df commit b945297

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test-python.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
strategy:
2828
matrix:
2929
python:
30-
- cp38-cp38
31-
- cp39-cp39
3230
- cp310-cp310
3331
- cp311-cp311
3432
- cp312-cp312
@@ -73,8 +71,6 @@ jobs:
7371
strategy:
7472
matrix:
7573
python:
76-
- "3.8"
77-
- "3.9"
7874
- "3.10"
7975
- "3.11"
8076
- "3.12"
@@ -119,8 +115,6 @@ jobs:
119115
strategy:
120116
matrix:
121117
python:
122-
- "3.8"
123-
- "3.9"
124118
- "3.10"
125119
- "3.11"
126120
- "3.12"
@@ -164,8 +158,6 @@ jobs:
164158
strategy:
165159
matrix:
166160
python:
167-
- "3.8"
168-
- "3.9"
169161
- "3.10"
170162
- "3.11"
171163
- "3.12"

0 commit comments

Comments
 (0)