ygravrand / steppy

Step sequencer in Python
Other
46 stars 7 forks source link

Any chance you are going to update this for python 3.10+? #7

Open TheOncomingStorm opened 2 years ago

TheOncomingStorm commented 2 years ago

I'm trying to run this but it appears to have a problem with the current gevent, and the version this relies on isn't capable of being compiled, or if it is then it's apparently incompatible with steppy.

ygravrand commented 2 years ago

Hi @TheOncomingStorm Thanks for your interest! I upgraded some dependencies, you can check out this branch if you want: https://github.com/ygravrand/steppy/tree/spike/py310-support

Have a nice day!