Closed antazoey closed 4 months ago
Should this be released as a minor or major revision?
Should this be released as a minor or major revision?
We can do major just to be safe, but itd probably be fine either way.
Also - could make it smartly use 3.8 for Ape < 0.8 and 3.10 for Ape >= 0.8 but that seems over-engineering-y
Python 3.8 doesn't work with Ape so it is unfortunate it is still the default Python version. This PR changes it to 3.10 which seems to be what everyone is doing.