Skip to content

Commit 40026fd

Browse files
authored
Fix python support text in readme
1 parent ea2ed26 commit 40026fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Dependencies / Requirements
131131
Basically Pymunk have been made to be as easy to install and distribute as
132132
possible, 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

158158
If 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+

0 commit comments

Comments
 (0)