pints icon indicating copy to clipboard operation
pints copied to clipboard

Formulate a policy for which Python 3.x versions to support

Open MichaelClerx opened this issue 4 years ago • 0 comments

  • @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 -latest vs explicit numbers?

MichaelClerx avatar Jul 20 '21 11:07 MichaelClerx