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.
2 parents d634271 + 1cab52c commit 73d4e9fCopy full SHA for 73d4e9f
2 files changed
.github/workflows/ci.yml
@@ -216,6 +216,7 @@ jobs:
216
- name: Build wheels
217
run: cibuildwheel --output-dir dist
218
env:
219
+ CIBW_ENABLE: "pypy"
220
CIBW_SKIP: "*-win32 *-manylinux_i686 cp38-macosx_*arm64 cp39-macosx_*arm64" # Skip 32 bit and problematic mac builds.
221
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
222
CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }}
CHANGELOG.rst
@@ -8,6 +8,10 @@ Changelog
8
.. that users understand how the changes affect the new version.
9
10
11
+version 1.8.1-dev
12
+-----------------
13
++ Restore PyPy wheel builds.
14
+
15
version 1.8.0
16
-----------------
17
+ Python 3.14 is supported.
0 commit comments