File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Dependencies / Requirements
131131Basically Pymunk have been made to be as easy to install and distribute as
132132possible, usually `pip install ` will take care of everything for you.
133133
134- - Python (Runs on CPython 3.8 and later and Pypy3)
134+ - Python (Runs on CPython 3.9 and later and Pypy3)
135135- Chipmunk (Prebuilt and included when using binary wheels)
136136- CFFI (will be installed automatically by Pip)
137137- Setuptools (should be included with Pip)
@@ -156,5 +156,6 @@ Older Pythons
156156- Support for Python 3.8 was dropped with Pymunk 7.0.0.
157157
158158If you use any of these legacy versions of Python, please use an older
159- Pymunk version. (It might work on newer Pymunks as well, but it's not tested,
160- and no wheels are built.)
159+ Pymunk version. It might work on newer Pymunks as well, but it's not tested,
160+ and no wheels are built.
161+
You can’t perform that action at this time.
0 commit comments