Skip to content

Commit e619699

Browse files
committed
Fix...
1 parent 8fc92f4 commit e619699

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/python-packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9191
CIBW_SKIP: ${{ matrix.cibw_skip }}
9292
PIP_USE_PEP517: 1
93-
CIBW_BEFORE_ALL_LINUX: apt-get update && apt-get install -y libffi-dev
9493

9594
- name: "Upload artifacts"
9695
uses: actions/upload-artifact@v5

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Changelog
142142

143143
* misc: Added support for Python 3.14 (@flozz)
144144
* misc!: Removed support for Python 3.9 (@flozz)
145+
* misc!: Dropped support of x86 (32bits) architecture for Python >= 3.14 (@flozz)
145146

146147
* **v1.1.4:**
147148

0 commit comments

Comments
 (0)