File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 ]
3030dev = [
You can’t perform that action at this time.
0 commit comments