@@ -178,11 +178,11 @@ jobs:
178
178
- { os: linux, target: s390x, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 }
179
179
180
180
# windows
181
- - { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10 , python-architecture: x86 }
182
- - { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10 , python-architecture: x86 }
183
- - { os: windows, target: aarch64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10 }
184
- - { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10 }
185
- - { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.10 }
181
+ - { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
182
+ - { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
183
+ - { os: windows, target: aarch64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
184
+ - { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
185
+ - { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
186
186
187
187
steps :
188
188
- uses : actions/checkout@v4
0 commit comments