We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc92f4 commit e619699Copy full SHA for e619699
.github/workflows/python-packages.yml
@@ -90,7 +90,6 @@ jobs:
90
CIBW_ARCHS: ${{ matrix.cibw_archs }}
91
CIBW_SKIP: ${{ matrix.cibw_skip }}
92
PIP_USE_PEP517: 1
93
- CIBW_BEFORE_ALL_LINUX: apt-get update && apt-get install -y libffi-dev
94
95
- name: "Upload artifacts"
96
uses: actions/upload-artifact@v5
README.rst
@@ -142,6 +142,7 @@ Changelog
142
143
* misc: Added support for Python 3.14 (@flozz)
144
* misc!: Removed support for Python 3.9 (@flozz)
145
+ * misc!: Dropped support of x86 (32bits) architecture for Python >= 3.14 (@flozz)
146
147
* **v1.1.4:**
148
0 commit comments