Apexal / rcos_io

The final RCOS web client. Built on the RCOS database via Hasura.
MIT License
3 stars 1 forks source link

Downgrade to Python 3.9 #4

Closed Apexal closed 1 year ago

Apexal commented 1 year ago

Get rid of any code that only works on Python 3.10+ like type unions str | int having to be downgraded to Union[str, int]. This just makes it easier for contributors to quickly onboard as 3.9 is more commonly installed.