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 aa9e842 commit 471ddbeCopy full SHA for 471ddbe
CHANGELOG.rst
@@ -6,8 +6,13 @@ Changelog
6
Pymunk x.x.x
7
------------
8
Changes:
9
+ - Removed support for Python 3.7 (since latest cffi does not provide wheels
10
+ for it).
11
- Fixed issue with SlideJoint when changing body_type.
12
- Log Chipmunk level erros with logging module
13
+ - Build wheels for Python 3.13
14
+ - Modernized the build setup to rely on pyproject.toml for more settings.
15
+ - Almost completed a new benchmark suite mostly ported over from Box2d.
16
17
Pymunk 6.8.1 (2024-06-05)
18
-------------------------
0 commit comments