3434 fail-fast : false
3535 matrix :
3636 os : [ubuntu-latest]
37- cibw_python : ["cp310", " cp311", "cp312", "cp313", "cp313t"]
37+ cibw_python : ["cp311", "cp312", "cp313", "cp313t"]
3838 cibw_arch : ["x86_64"]
3939 steps :
4040 - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
4343 - uses : actions/setup-python@v5
4444 name : Install Python
4545 with :
46- python-version : " 3.10 "
46+ python-version : " 3.12 "
4747
4848 - name : Install build deps; set CIBW environment variables
4949 if : ${{ matrix.cibw_python }} == "cp313t"
7979 fail-fast : false
8080 matrix :
8181 os : [ubuntu-22.04-arm]
82- cibw_python : ["cp310", " cp311", "cp312", "cp313"]
82+ cibw_python : ["cp311", "cp312", "cp313"]
8383 cibw_arch : ["aarch64"]
8484 steps :
8585 - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
8888 - uses : actions/setup-python@v5
8989 name : Install Python
9090 with :
91- python-version : " 3.10 "
91+ python-version : " 3.12 "
9292
9393 - name : Build the wheel
9494 uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
@@ -112,7 +112,7 @@ jobs:
112112 matrix :
113113 # macos-13 is the last runner that supports Intel (x86_64) architecture
114114 os : [macos-13, macos-14]
115- cibw_python : ["cp310", " cp311", "cp312", "cp313", "cp313t"]
115+ cibw_python : ["cp311", "cp312", "cp313", "cp313t"]
116116 cibw_arch : ["x86_64", "arm64"]
117117 exclude :
118118 - os : macos-14
@@ -176,7 +176,7 @@ jobs:
176176 matrix :
177177 os : [windows-latest]
178178 cibw_arch : ["AMD64", "x86"]
179- cibw_python : ["cp310", " cp311", "cp312", "cp313", "cp313t"]
179+ cibw_python : ["cp311", "cp312", "cp313", "cp313t"]
180180 steps :
181181 - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
182182 with :
@@ -185,7 +185,7 @@ jobs:
185185 - uses : actions/setup-python@v5
186186 name : Install Python
187187 with :
188- python-version : " 3.10 "
188+ python-version : " 3.12 "
189189
190190 - name : Setup MSVC (32-bit)
191191 if : matrix.cibw_arch == 'x86'
@@ -246,7 +246,7 @@ jobs:
246246 - uses : actions/setup-python@v5
247247 name : Install Python
248248 with :
249- python-version : " 3.10 "
249+ python-version : " 3.12 "
250250
251251 - name : Install Twine
252252 run : |
0 commit comments