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 5266d6d commit 6c4221cCopy full SHA for 6c4221c
doc/development/release_notes.rst
@@ -7,6 +7,16 @@ Release Notes
7
8
Keep up-to-date with the latest changes to the Arcade library by the release notes.
9
10
+Version 2.6.17
11
+--------------
12
+
13
+*Released 2022-Dec-30*
14
15
+* Bump Pillow to 9.3.0
16
+* Bump PyMunk to 6.4.0
17
+* Add explicit compatability tag for 3.11
18
+* Drop 3.7 as part of the test suite
19
20
Version 2.6.16
21
--------------
22
setup.py
@@ -55,7 +55,7 @@ def get_long_description() -> str:
55
install_requires=[
56
"pyglet==2.0.dev23",
57
"pillow~=9.3.0",
58
- "pymunk~=6.2.1",
+ "pymunk~=6.4.0",
59
"pytiled-parser==2.2.0",
60
],
61
extras_require={
0 commit comments