Skip to content

Commit a3a3a15

Browse files
committed
Test 3.14 on CI
1 parent ffd757b commit a3a3a15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
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.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)