Skip to content

Commit d14d52d

Browse files
committed
address comments
1 parent 43cedc0 commit d14d52d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
# Ignore tests for pypy since not all dependencies are compiled for it
7575
# and would require a local rust build chain
7676
CIBW_TEST_SKIP: "pp*"
77+
# Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support
7778
CIBW_SKIP: "cp3*t-*"
7879

7980
- name: Add source distribution

.github/workflows/svn-build-artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
# Ignore tests for pypy since not all dependencies are compiled for it
7070
# and would require a local rust build chain
7171
CIBW_TEST_SKIP: "pp*"
72+
# Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support
73+
CIBW_SKIP: "cp3*t-*"
7274

7375
- name: Add source distribution
7476
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)