Skip to content

Commit 0e25331

Browse files
committed
Do not build nogil wheels
1 parent 1696986 commit 0e25331

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publishing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-14]
6464
env:
6565
CIBW_ENABLE: pypy
66+
CIBW_SKIP: "cp3??t-*"
6667
CIBW_ENVIRONMENT: >-
6768
PIP_CONFIG_SETTINGS="build_ext=-j4"
6869
DEPENDENCY_INJECTOR_LIMITED_API="1"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.11",
3838
"Programming Language :: Python :: 3.12",
3939
"Programming Language :: Python :: 3.13",
40+
"Programming Language :: Python :: 3.14",
4041
"Programming Language :: Python :: Implementation :: CPython",
4142
"Programming Language :: Python :: Implementation :: PyPy",
4243
"Framework :: AsyncIO",

0 commit comments

Comments
 (0)