We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065b8e4 commit 8fc92f4Copy full SHA for 8fc92f4
1 file changed
.github/workflows/python-packages.yml
@@ -67,6 +67,7 @@ jobs:
67
cibw_archs: x86_64
68
- os: ubuntu-24.04
69
cibw_archs: i686
70
+ cibw_skip: cp314-* cp314t-* # CFFI has no more i686 support for Python >= 3.14
71
72
cibw_archs: aarch64
73
0 commit comments