pyOpenSci / cookiecutter-pyopensci

SOON TO BE DEPRECATED! Cookiecutter template for a pyOpenSci Python package.
https://cookiecutter-pyopensci.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Python version supported #17

Closed xmnlab closed 4 years ago

xmnlab commented 4 years ago

would be good to support just the most recent python versions? currently tox.ini inside the template support 2.7, 3.4, 3.5, 3.6 I am biased to support just 3.6, 3.7 and 3.8

another option would be the user select the python version supported for their project

any thought?

choldgraf commented 4 years ago

+1 from me - and in fact perhaps we want to make this part of the POS guidelines? Something like "Most projects should aim to support the latest 3 major versions of Python"?

xmnlab commented 4 years ago

That sounds good to me. I can work on that :)