Skip to content

Commit 0d200d0

Browse files
committed
Removed 3.8 as it is past EOL.
1 parent 1643b32 commit 0d200d0

4 files changed

Lines changed: 9 additions & 12 deletions

File tree

.github/workflows/build-macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version:
12-
- "3.8"
13-
# - "3.9"
12+
- "3.9"
1413
# - "3.10"
1514
# - "3.11"
1615
# - "3.12"

.github/workflows/build-windows.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ jobs:
1313
shell: cmd
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version:
17+
- "3.9"
18+
- "3.10"
19+
- "3.11"
20+
- "3.12"
21+
- "3.13"
1722
name: ${{ matrix.python-version }}
1823
steps:
1924
- name: Checkout repo

.github/workflows/tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
python-version:
12-
- 3.8
1312
- 3.9
1413
- "3.10"
1514
- 3.11
1615
- 3.12
1716
- 3.13
18-
- pypy-3.8
17+
- pypy-3.9
1918
os:
2019
- ubuntu-latest
2120
- macos-latest
@@ -25,8 +24,6 @@ jobs:
2524
python-version: '3.10'
2625
- os: macos-latest
2726
python-version: 3.9
28-
- os: macos-latest
29-
python-version: 3.8
3027
- os: macos-latest
3128
python-version: '3.11'
3229
- os: macos-latest

.github/workflows/wheels.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version:
15-
- 3.8
16-
# - 3.9
15+
- 3.9
1716
# - "3.10"
1817
- 3.11
1918
# - 3.12
2019
- 3.13
21-
# - pypy-3.8
2220
# - pypy-3.9
2321
# - pypy-3.10
2422
# - pypy-3.11
@@ -27,8 +25,6 @@ jobs:
2725
- macos-latest
2826
- windows-latest
2927
exclude:
30-
- os: macos-latest
31-
python-version: 'pypy-3.8'
3228
- os: macos-latest
3329
python-version: 'pypy-3.9'
3430
- os: macos-latest

0 commit comments

Comments
 (0)