ApeWorX / github-action

GitHub Actions CI File for Ape Projects
Apache License 2.0
6 stars 3 forks source link

fix: update default python version from 3.8 to 3.10 to align with framework #33

Closed antazoey closed 4 months ago

antazoey commented 4 months ago

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.

fubuloubu commented 4 months ago

Should this be released as a minor or major revision?

antazoey commented 4 months ago

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