Skip to content

Commit

Permalink
Add workaround for Pypy and reenable pypy wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Jan 17, 2025
1 parent 5767735 commit 3a8d9b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

.. Pymunk 6.11.0???
Changes:
- Support pyglet 2.1.x (this means Pyglet 2.0.x wont work )
- Added back Pypy wheels with a workaround since it takes such a long for new Pypy version to come out.
Pymunk 6.10.0 (2024-12-22)
--------------------------
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"setuptools",
"setuptools<74; platform_system=='Windows' and implementation_name=='pypy'",
"wheel",
"cffi >= 1.17.1; platform_system != 'Emscripten'",
"cffi > 1.14.0; platform_system == 'Emscripten'",
Expand Down

0 comments on commit 3a8d9b7

Please sign in to comment.