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 6060 - " 3.12"
6161 - " 3.13"
6262 - " 3.13t"
63+ - " 3.14-dev"
64+ - " 3.14t-dev"
6365 - " pypy-3.9"
6466 - " pypy-3.10"
6567 os : ["ubuntu-latest"]
@@ -216,7 +218,6 @@ jobs:
216218 run : cibuildwheel --output-dir dist
217219 env :
218220 CIBW_SKIP : " *-win32 *-manylinux_i686 cp38-macosx_*arm64 cp39-macosx_*arm64" # Skip 32 bit and problematic mac builds.
219- CIBW_ENABLE : " cpython-freethreading"
220221 CIBW_ARCHS_LINUX : ${{ matrix.cibw_archs_linux }}
221222 CIBW_BEFORE_ALL_LINUX : ${{ matrix.cibw_before_all_linux }}
222223 # Fully test the build wheels again.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.11" ,
2323 " Programming Language :: Python :: 3.12" ,
2424 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2526 " Programming Language :: Python :: Implementation :: CPython" ,
2627 " Programming Language :: Python :: Implementation :: PyPy" ,
2728 " Programming Language :: C" ,
You can’t perform that action at this time.
0 commit comments