Skip to content

Commit ee0dd00

Browse files
authored
Bump pymunk to 6.3 for py11 wheels (#1402)
1 parent 9a3d382 commit ee0dd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_long_description() -> str:
8181
install_requires=[
8282
"pyglet==2.0.0",
8383
"pillow~=9.3.0",
84-
"pymunk~=6.2.1",
84+
"pymunk~=6.3.0",
8585
"pytiled-parser~=2.2.0",
8686
],
8787
extras_require={

0 commit comments

Comments
 (0)