File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -31,23 +31,23 @@ jobs:
3131 - os : ubuntu-20.04
3232 platform : x86_64
3333
34- - os : ubuntu-20.04
35- platform : PyPy
36-
37- - os : windows-latest
38- platform : win64
39-
40- - os : windows-latest
41- platform : PyPy
42-
43- - os : macos-latest
44- platform : all
45-
46- - os : macos-13
47- platform : all
48-
49- - os : macos-latest
50- platform : PyPy
34+ # - os: ubuntu-20.04
35+ # platform: PyPy
36+ #
37+ # - os: windows-latest
38+ # platform: win64
39+ #
40+ # - os: windows-latest
41+ # platform: PyPy
42+ #
43+ # - os: macos-latest
44+ # platform: all
45+ #
46+ # - os: macos-13
47+ # platform: all
48+ #
49+ # - os: macos-latest
50+ # platform: PyPy
5151
5252 steps :
5353 - uses : actions/checkout@v4
8888 - name : Overwrite for Linux 64
8989 if : runner.os == 'Linux' && matrix.platform == 'x86_64'
9090 run : |
91- echo "CIBW_BUILD=cp3*_x86_64" >> $GITHUB_ENV
91+ echo "CIBW_BUILD=cp312*_x86_64" >> $GITHUB_ENV
92+ echo "CIBW_BEFORE_BUILD='python -m pip install 'cython' Cython>=3.0.11,<4'" >> $GITHUB_ENV
9293
9394 - name : Overwrite for Linux PyPy
9495 if : runner.os == 'Linux' && matrix.platform == 'PyPy'
You can’t perform that action at this time.
0 commit comments