Farama-Foundation / MAgent2

An engine for high performance multi-agent environments with very large numbers of agents, along with a set of reference environments
https://magent2.farama.org
MIT License
201 stars 34 forks source link

Add Python 3.11 support (removing Python 3.7 support) #26

Open elliottower opened 1 year ago

elliottower commented 1 year ago

This release removes support for Python 3.7 in favor of 3.11, as 3.7 has reached end of life.

elliottower commented 1 year ago

Looks like Python 3.11 has some issues which I'm not entirely sure how to fix, I'm gonna make a separate PR fixing the Gymnasium version and have this one set it to be v29+, not sure if I'll be able to get it working but someone in the future can look into it and try to fix it