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 5767735 commit 3a8d9b7Copy full SHA for 3a8d9b7
CHANGELOG.rst
@@ -2,6 +2,10 @@
2
Changelog
3
=========
4
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.
9
10
Pymunk 6.10.0 (2024-12-22)
11
--------------------------
pyproject.toml
@@ -1,6 +1,7 @@
1
[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'",
0 commit comments