@@ -36,27 +36,27 @@ jobs:
36
36
# Linux x86_64 builds
37
37
- os : ubuntu-latest
38
38
arch : x86_64
39
- cibw_pattern : " cp3{11,12,13}-manylinux*"
39
+ cibw_pattern : " cp3{10, 11,12,13}-manylinux*"
40
40
artifact_name : " linux-x86_64"
41
41
42
42
# Linux ARM64 builds (native runners)
43
43
- os : ubuntu-24.04-arm
44
44
arch : aarch64
45
- cibw_pattern : " cp3{11,12,13}-manylinux*"
45
+ cibw_pattern : " cp3{10, 11,12,13}-manylinux*"
46
46
artifact_name : " linux-aarch64"
47
47
# Don't use native runners for now (looks like wait times are too long)
48
48
# runs-on: ["ubuntu-latest", "arm64"]
49
49
50
50
# Windows builds
51
51
- os : windows-latest
52
52
arch : x86_64
53
- cibw_pattern : " cp3{11,12,13}-win64"
53
+ cibw_pattern : " cp3{10, 11,12,13}-win64"
54
54
artifact_name : " windows-x86_64"
55
55
56
56
# macOS builds (universal2)
57
57
- os : macos-latest
58
58
arch : x86_64
59
- cibw_pattern : " cp3{11,12,13}-macosx*"
59
+ cibw_pattern : " cp3{10, 11,12,13}-macosx*"
60
60
artifact_name : " macos-universal2"
61
61
steps :
62
62
- name : Checkout repo
0 commit comments