File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Test
22
3- on : {}
4- # push:
5- # branches-ignore:
6- # - "dependabot/**"
7- # - "pre-commit-ci-update-config"
8- # paths-ignore:
9- # - "docs/**"
10- # - "tools/**"
11- # - ".circleci/**"
12- # - ".github/workflows/*"
13- # - "!.github/workflows/test.yml"
14- # pull_request:
15- # paths-ignore:
16- # - "docs/**"
17- # - "tools/**"
18- # - ".circleci/**"
19- # - ".github/workflows/*"
20- # - "!.github/workflows/test.yml"
3+ on :
4+ push :
5+ branches-ignore :
6+ - " dependabot/**"
7+ - " pre-commit-ci-update-config"
8+ paths-ignore :
9+ - " docs/**"
10+ - " tools/**"
11+ - " .circleci/**"
12+ - " .github/workflows/*"
13+ - " !.github/workflows/test.yml"
14+ pull_request :
15+ paths-ignore :
16+ - " docs/**"
17+ - " tools/**"
18+ - " .circleci/**"
19+ - " .github/workflows/*"
20+ - " !.github/workflows/test.yml"
2121
2222concurrency :
2323 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -73,31 +73,31 @@ jobs:
7373 fail-fast : false
7474 matrix :
7575 include :
76- # - os: macos-13
77- # name: mac-pypy
78- # cibw:
79- # build: "pp*"
80- #
81- # - os: macos-14
82- # name: mac-cpython
83- # cibw:
84- # arch: universal2
85- # build: "cp*"
86- #
87- # - name: manylinux-x86_64
88- # cibw:
89- # arch: x86_64
90- # build: "*manylinux*"
91- #
92- # - name: manylinux-i686
93- # cibw:
94- # arch: i686
95- # build: "*manylinux*"
96- #
97- # - name: manylinux-arm
98- # os: ubuntu-24.04-arm
99- # cibw:
100- # build: "*manylinux*"
76+ - os : macos-13
77+ name : mac-pypy
78+ cibw :
79+ build : " pp*"
80+
81+ - os : macos-14
82+ name : mac-cpython
83+ cibw :
84+ arch : universal2
85+ build : " cp*"
86+
87+ - name : manylinux-x86_64
88+ cibw :
89+ arch : x86_64
90+ build : " *manylinux*"
91+
92+ - name : manylinux-i686
93+ cibw :
94+ arch : i686
95+ build : " *manylinux*"
96+
97+ - name : manylinux-arm
98+ os : ubuntu-24.04-arm
99+ cibw :
100+ build : " *manylinux*"
101101
102102 # additional manylinux variants, not specified in pyproject.toml:
103103 # this is where we would add e.g. older manylinux_2014 builds
@@ -107,50 +107,50 @@ jobs:
107107 # build: "cp31*-manylinux* pp39-manylinux*"
108108 # manylinux_x86_64_image: manylinux_2_28
109109
110- # - name: musllinux
111- # cibw:
112- # arch: auto,auto32
113- # build: "*musllinux*"
114- #
115- # - name: musllinux-arm
116- # os: ubuntu-24.04-arm
117- # cibw:
118- # build: "*musllinux*"
110+ - name : musllinux
111+ cibw :
112+ arch : auto,auto32
113+ build : " *musllinux*"
114+
115+ - name : musllinux-arm
116+ os : ubuntu-24.04-arm
117+ cibw :
118+ build : " *musllinux*"
119119
120120 - name : android
121121 os : ubuntu-24.04
122122 cibw :
123123 platform : android
124124 arch : all
125125
126- # - name: win32
127- # os: windows-2022
128- # architecture: x86
129- # cibw:
130- # build: "cp*win32"
131- #
132- # - os: windows-2022
133- # name: win-pypy
134- # architecture: x64
135- # cibw:
136- # build: "pp*win_amd64"
137- #
138- # - os: windows-2022
139- # name: win_amd64
140- # architecture: x64
141- # cibw:
142- # build: "cp*win_amd64"
143- #
144- # - os: windows-2022
145- # name: win_arm64
146- # architecture: x64
147- # cibw:
148- # arch: ARM64
149- # # FIXME:
150- # # 313t fails with:
151- # # Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152- # # unclear why
153- # skip: "cp313t*,cp314t*"
126+ - name : win32
127+ os : windows-2022
128+ architecture : x86
129+ cibw :
130+ build : " cp*win32"
131+
132+ - os : windows-2022
133+ name : win-pypy
134+ architecture : x64
135+ cibw :
136+ build : " pp*win_amd64"
137+
138+ - os : windows-2022
139+ name : win_amd64
140+ architecture : x64
141+ cibw :
142+ build : " cp*win_amd64"
143+
144+ - os : windows-2022
145+ name : win_arm64
146+ architecture : x64
147+ cibw :
148+ arch : ARM64
149+ # FIXME:
150+ # 313t fails with:
151+ # Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152+ # unclear why
153+ skip : " cp313t*,cp314t*"
154154
155155 steps :
156156 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ repair-wheel-command = """\
211211# 24 needed for c++
212212ANDROID_API_LEVEL = " 24"
213213
214-
215214# manylinux2014 for old Python <= 3.9
216215[[tool .cibuildwheel .overrides ]]
217216select = " cp3{8,9}-* pp3{8,9}-*"
You can’t perform that action at this time.
0 commit comments