Skip to content

Commit 8c4e7ec

Browse files
committed
Dropping Python 3.8 for all , and also Python 3.9 for linux
1 parent a43e83b commit 8c4e7ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,18 @@ jobs:
7575
matrix:
7676
os: [ubuntu-22.04, windows-2022, macos-12]
7777
arch: [auto64]
78-
cp: ["cp3{8,9,10,11,12,13}"]
78+
cp: ["cp3{10,11,12,13}"]
7979
include:
80+
- os: windows-2022
81+
arch: auto64
82+
cp: cp39
83+
- os: macos-12
84+
arch: auto64
85+
cp: cp39
8086
- os: macos-12
8187
arch: arm64
82-
cp: "cp3{8,9,10,11,12,13}"
88+
cp: "cp3{9,10,11,12,13}"
8389
# aarch64 is emulated and takes longer, build one wheel per job
84-
- os: ubuntu-22.04
85-
arch: aarch64
86-
cp: cp38
87-
- os: ubuntu-22.04
88-
arch: aarch64
89-
cp: cp39
9090
- os: ubuntu-22.04
9191
arch: aarch64
9292
cp: cp310

0 commit comments

Comments
 (0)