google-deepmind / meltingpot

A suite of test scenarios for multi-agent reinforcement learning.
Apache License 2.0
577 stars 116 forks source link

Why `python_requires>=3.10`? #181

Closed pseudo-rnd-thoughts closed 11 months ago

pseudo-rnd-thoughts commented 11 months ago

Hi, is there a particular reason you only support >=3.10? What is the limiting factor for lower versions?

Thanks, mark

duenez commented 11 months ago

We cannot test 3.9 or below internally, so we don't have a way to ensure compatibility anymore. You are free to try it on your side, but you'd have to build from source.

pseudo-rnd-thoughts commented 11 months ago

Fair, thanks for answering quickly