pints
pints copied to clipboard
Formulate a policy for which Python 3.x versions to support
- @fcooper8472 suggests last supported + 1
- Balance: Don't cut off support to soon, leave people stranded VS don't spend ages on making old stuff work
- https://www.python.org/dev/peps/pep-0602/
- Concern 1: Python versions that receive bugfixes
- Concern 2: Python versions that github actions supports
Concrete steps:
- Write a line on README.md, linking to CONTRIBUTING.md
- Write 2-3 lines in CONTRIBUTING.md
- Check that the workflows follow this policy (maybe think about
-latestvs explicit numbers?