stable-retro icon indicating copy to clipboard operation
stable-retro copied to clipboard

Add support for Python 3.9 and 3.10

Open Kenshiro-28 opened this issue 2 years ago • 4 comments

Issue summary

Gym Retro is a great project that allows to use classic games from consoles like Sega Genesis or SNES for machine learning. Currently it only supports Python 3.8 which is a problem because even conservative distros like Debian stable are already using Python 3.9.

Please add support for Python 3.9 (current Debian stable) and Python 3.10 (next stable)

Kenshiro-28 avatar Feb 06 '23 15:02 Kenshiro-28

I wouldn't say this is a problem since you can easily ignore your system's python version by creating virtual environments (which is a good practice too). May I suggest using pyenv with poetry?

victorsevero avatar Feb 16 '23 15:02 victorsevero

Thank you, I will try it :)

Kenshiro-28 avatar Feb 16 '23 16:02 Kenshiro-28

In my case, my script runs with Python 3.10, so would be great to have 3.10 support. I already tried to downgrade my libs to Python 3.7, but is a major headache, so it would be way simpler to just add 3.10 support to stable-retro.

mateusscheper avatar Mar 10 '23 21:03 mateusscheper

+1 to what @mateusscheper said.

arvganesh avatar Mar 14 '23 20:03 arvganesh