srobo / srcomp-mixtape

A service which plays tracks throughout a competition.
0 stars 2 forks source link

Support Python 3.10 #17

Closed PeterJCLaw closed 2 years ago

PeterJCLaw commented 2 years ago

Currently we're limited to 3.9 as the ruamel.yaml version we're using doesn't build on 3.10. Unfortunately ruamel.yaml 0.16+ changes API somewhat, so we'll need to work out how to move to that.