File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 60
60
- " 3.12"
61
61
- " 3.13"
62
62
- " 3.13t"
63
+ - " 3.14-dev"
64
+ - " 3.14t-dev"
63
65
- " pypy-3.9"
64
66
- " pypy-3.10"
65
67
os : ["ubuntu-latest"]
@@ -216,7 +218,6 @@ jobs:
216
218
run : cibuildwheel --output-dir dist
217
219
env :
218
220
CIBW_SKIP : " *-win32 *-manylinux_i686 cp38-macosx_*arm64 cp39-macosx_*arm64" # Skip 32 bit and problematic mac builds.
219
- CIBW_ENABLE : " cpython-freethreading"
220
221
CIBW_ARCHS_LINUX : ${{ matrix.cibw_archs_linux }}
221
222
CIBW_BEFORE_ALL_LINUX : ${{ matrix.cibw_before_all_linux }}
222
223
# Fully test the build wheels again.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers = [
22
22
" Programming Language :: Python :: 3.11" ,
23
23
" Programming Language :: Python :: 3.12" ,
24
24
" Programming Language :: Python :: 3.13" ,
25
+ " Programming Language :: Python :: 3.14" ,
25
26
" Programming Language :: Python :: Implementation :: CPython" ,
26
27
" Programming Language :: Python :: Implementation :: PyPy" ,
27
28
" Programming Language :: C" ,
You can’t perform that action at this time.
0 commit comments