We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7520c commit 67a07f2Copy full SHA for 67a07f2
.github/workflows/python-packages.yml
@@ -54,6 +54,7 @@ jobs:
54
- name: "Linux Intel 32bits"
55
os: ubuntu-24.04
56
arch: i686
57
+ cibw_skip: cp314-* cp314t-* # CFFI has no more i686 support for Python >= 3.14
58
- name: "Linux Intel 64bits"
59
60
arch: x86_64
README.rst
@@ -187,7 +187,9 @@ Changelog
187
188
* **[NEXT]** (changes on master but not released yet):
189
190
- * Nothing yet ;)
+ * misc: Added Python 3.14 support (@flozz)
191
+ * misc: Dropped support of x86 (32bits) architecture for Python >= 3.14 (@flozz)
192
+ * misc!: Removed Python 3.9 support (@flozz)
193
194
* **v1.3.1:**
195
0 commit comments