Skip to content

Commit c9500d7

Browse files
skip free threaded builds
1 parent 037a206 commit c9500d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ on:
1212
- release
1313
- build
1414
env:
15-
CIBW_SKIP: 'cp38-* pp37-* pp38-*'
15+
CIBW_SKIP: 'cp38-* pp37-* pp38-* cp314t-*'
1616

1717
jobs:
1818
build_x86_manylinux_wheels:
1919
name: Build x86 manylinux wheels on Linux
2020
runs-on: ubuntu-latest
2121
env:
22-
CIBW_SKIP: 'cp38-* pp37-* pp38-* *-musllinux*'
22+
CIBW_SKIP: 'cp38-* pp37-* pp38-* cp314t-* *-musllinux*'
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Build wheels
@@ -33,7 +33,7 @@ jobs:
3333
name: Build x86 musllinux wheels on Linux
3434
runs-on: ubuntu-latest
3535
env:
36-
CIBW_SKIP: 'cp38-* pp37-* pp38-* *-manylinux*'
36+
CIBW_SKIP: 'cp38-* pp37-* pp38-* cp314t-* *-manylinux*'
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Build wheels
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
env:
5050
CIBW_ARCHS_LINUX: aarch64
51-
CIBW_SKIP: 'cp38-* pp* *-musllinux*'
51+
CIBW_SKIP: 'cp38-* cp314t-* pp* *-musllinux*'
5252
steps:
5353
- uses: actions/checkout@v4
5454
- name: Set up QEMU
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
env:
6969
CIBW_ARCHS_LINUX: aarch64
70-
CIBW_SKIP: 'cp38-* pp* *-manylinux*'
70+
CIBW_SKIP: 'cp38-* cp314t-* pp* *-manylinux*'
7171
steps:
7272
- uses: actions/checkout@v4
7373
- name: Set up QEMU

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools", "cython==3.0.11"]
44
build-backend = "setuptools.build_meta"
55

66
[tool.cibuildwheel]
7-
skip = "cp38-* pp38-*"
7+
skip = "cp38-* pp38-* cp314t-*"
88

99
[tool.pytest.ini_options]
1010
log_cli = true

0 commit comments

Comments
 (0)