Skip to content

Commit 3a8d9b7

Browse files
committed
Add workaround for Pypy and reenable pypy wheel build
1 parent 5767735 commit 3a8d9b7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
=========
44

5+
.. Pymunk 6.11.0???
6+
Changes:
7+
- Support pyglet 2.1.x (this means Pyglet 2.0.x wont work )
8+
- Added back Pypy wheels with a workaround since it takes such a long for new Pypy version to come out.
59
610
Pymunk 6.10.0 (2024-12-22)
711
--------------------------

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools",
4+
"setuptools<74; platform_system=='Windows' and implementation_name=='pypy'",
45
"wheel",
56
"cffi >= 1.17.1; platform_system != 'Emscripten'",
67
"cffi > 1.14.0; platform_system == 'Emscripten'",

0 commit comments

Comments
 (0)