Skip to content

Commit 67a07f2

Browse files
committed
i686
1 parent 9c7520c commit 67a07f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/python-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: "Linux Intel 32bits"
5555
os: ubuntu-24.04
5656
arch: i686
57+
cibw_skip: cp314-* cp314t-* # CFFI has no more i686 support for Python >= 3.14
5758
- name: "Linux Intel 64bits"
5859
os: ubuntu-24.04
5960
arch: x86_64

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ Changelog
187187

188188
* **[NEXT]** (changes on master but not released yet):
189189

190-
* Nothing yet ;)
190+
* 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)
191193

192194
* **v1.3.1:**
193195

0 commit comments

Comments
 (0)