Skip to content

Commit 5939076

Browse files
committed
ci: drop Python 3.8 and 3.9 support
Python 3.9 is 5 years old. The CI builds the Python binary for every platform and every version from 3.8-latest, but hasn't caught a significant issue.
1 parent e59b1e7 commit 5939076

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
@@ -25,8 +25,6 @@ jobs:
2525
strategy:
2626
matrix:
2727
python:
28-
- cp38-cp38
29-
- cp39-cp39
3028
- cp310-cp310
3129
- cp311-cp311
3230
- cp312-cp312
@@ -70,8 +68,6 @@ jobs:
7068
strategy:
7169
matrix:
7270
python:
73-
- "3.8"
74-
- "3.9"
7571
- "3.10"
7672
- "3.11"
7773
- "3.12"
@@ -115,8 +111,6 @@ jobs:
115111
strategy:
116112
matrix:
117113
python:
118-
- "3.8"
119-
- "3.9"
120114
- "3.10"
121115
- "3.11"
122116
- "3.12"
@@ -158,8 +152,6 @@ jobs:
158152
strategy:
159153
matrix:
160154
python:
161-
- "3.8"
162-
- "3.9"
163155
- "3.10"
164156
- "3.11"
165157
- "3.12"

0 commit comments

Comments
 (0)