@@ -159,7 +159,7 @@ jobs:
159
159
strategy :
160
160
fail-fast : false
161
161
matrix :
162
- os : [macos, linux, windows ] # default: linux
162
+ os : [macos, linux] # default: linux
163
163
manylinux : [auto, musllinux_1_1, musllinux_1_2] # default: 'auto' if linux, or 'null' otherwise
164
164
python-architecture : [x64] # default: 'x64'
165
165
target : [x86_64, aarch64]
@@ -168,22 +168,21 @@ jobs:
168
168
exclude :
169
169
- { os: macos, manylinux: musllinux_1_1 }
170
170
- { os: macos, manylinux: musllinux_1_2 }
171
- - { os: windows, manylinux: musllinux_1_1 }
172
- - { os: windows, manylinux: musllinux_1_2 }
173
171
174
172
# prettier-ignore
175
173
include :
176
174
# manylinux for various platforms
177
175
- { os: linux, target: i686 }
178
- - { os: linux, target: armv7, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 }
179
- - { os: linux, target: ppc64le, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 }
180
- - { os: linux, target: s390x, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 }
176
+ - { os: linux, target: armv7, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 }
177
+ - { os: linux, target: ppc64le, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 }
178
+ - { os: linux, target: s390x, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 }
181
179
182
180
# windows
183
- - { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
184
- - { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
185
- - { os: windows, target: aarch64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
186
- - { os: windows, target: x64 }
181
+ - { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10, python-architecture: x86 }
182
+ - { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10, python-architecture: x86 }
183
+ - { os: windows, target: aarch64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10 }
184
+ - { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10 }
185
+ - { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10 }
187
186
188
187
steps :
189
188
- uses : actions/checkout@v4
0 commit comments