Skip to content

Commit 8e36f3e

Browse files
committed
Remove 3.7 from supported pythons in pyproject.toml
1 parent 1328cca commit 8e36f3e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

TODO.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ v6.x
3131
- Make sure cffi extensions included in wheel and zip!
3232
- Catch error when NaN in debugdraw, suggest doublecheck mass=0. https://github.com/viblo/pymunk/issues/226
3333
- Make benchmark between pymunk and pybullet. 2d bullet inspiration: https://github.com/bulletphysics/bullet3/blob/2.83/examples/Planar2D/Planar2D.cpp
34-
- Remove support for Python 3.7 (check https://pypistats.org/packages/pymunk first)
3534
- After a couple of versions / time passed, re-evaluate if batch api should be separate or merged in to space.
3635
- Think about the copyright notice in some files. Keep / put everywere / remove?
3736
- Constraint private accumulated over previous time step properties are not saved when pickle.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
2626
]
27-
requires-python = ">=3.7"
27+
requires-python = ">=3.8"
2828

2929
[project.optional-dependencies]
3030
dev = [

0 commit comments

Comments
 (0)