File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 24
24
uses : pypa/cibuildwheel@v2.20.0
25
25
env :
26
26
CIBW_BUILD :
27
- " cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
27
+ " cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
28
28
CIBW_TEST_COMMAND : " python -m pymunk.tests"
29
29
CIBW_BUILD_VERBOSITY : 3
30
30
with :
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Dependencies / Requirements
131
131
Basically Pymunk have been made to be as easy to install and distribute as
132
132
possible, usually `pip install ` will take care of everything for you.
133
133
134
- - Python (Runs on CPython 3.7 and later and Pypy3)
134
+ - Python (Runs on CPython 3.8 and later and Pypy3)
135
135
- Chipmunk (Prebuilt and included when using binary wheels)
136
136
- CFFI (will be installed automatically by Pip)
137
137
- Setuptools (should be included with Pip)
@@ -152,6 +152,7 @@ Older Pythons
152
152
153
153
- Support for Python 2 (and Python 3.0 - 3.5) was dropped with Pymunk 6.0.
154
154
- Support for Python 3.6 was dropped with Pymunk 6.5.2.
155
+ - Support for Python 3.7 was dropped with Pymunk 6.8.2
155
156
156
157
If you use any of these legacy versions of Python, please use an older
157
158
Pymunk version. (It might work on newer Pymunks as well, but it's not tested,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ classifiers = [
24
24
" Programming Language :: Python" ,
25
25
" Programming Language :: Python :: 3" ,
26
26
]
27
- requires-python = " >=3.7 "
27
+ requires-python = " >=3."
28
28
[project .optional-dependencies ]
29
29
dev = [
30
30
" pyglet < 2.0.0" ,
You can’t perform that action at this time.
0 commit comments