@@ -29,37 +29,30 @@ jobs:
2929 matrix :
3030 os : [linux, macos, windows]
3131 target : [x86_64, aarch64]
32- interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12']
3332 manylinux : [auto]
3433 include :
3534 - os : linux
3635 manylinux : auto
3736 target : i686
38- interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12']
3937 - os : linux
4038 manylinux : auto
4139 target : aarch64
42- interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12']
4340 - os : linux
4441 manylinux : auto
4542 target : armv7
46- interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12']
4743 - os : linux
4844 manylinux : auto
4945 target : ppc64le
50- interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12']
5146 - os : linux
5247 manylinux : auto
5348 target : s390x
54- interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12']
5549 - os : windows
5650 target : i686
5751 python-architecture : x86
58- interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12']
5952 # Windows aarch64 only supported by Python 3.11+
6053 - os : windows
6154 target : aarch64
62- interpreter : ['3.8', '3.9', '3.10', '3.11', ' 3.12']
55+ interpreter : 3.11 3.12
6356 runs-on : ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
6457 if : " startsWith(github.ref, 'refs/tags/')"
6558 steps :
0 commit comments