Skip to content

Commit 8fc92f4

Browse files
committed
Skip x86 builds for Python 3.14
1 parent 065b8e4 commit 8fc92f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
cibw_archs: x86_64
6868
- os: ubuntu-24.04
6969
cibw_archs: i686
70+
cibw_skip: cp314-* cp314t-* # CFFI has no more i686 support for Python >= 3.14
7071
- os: ubuntu-24.04
7172
cibw_archs: aarch64
7273

0 commit comments

Comments
 (0)