Closed
Description
From the blogpost announcement:
https://github.blog/changelog/2020-02-27-github-actions-breaking-change-python-2-being-removed-from-all-virtual-environments/
If you're using setup-python, please update your workflows to use Python versions 3.x.
which reads like "python 2 won't be supported by setup-python", is this the case?
If so, what workarounds are there?
Perhaps it's worth updating the README to reflect this.