spacetelescope / stsci.stimage

STScI image processing.
https://stscistimage.readthedocs.io/
Other
2 stars 11 forks source link

Retire Python 2 #6

Open pllim opened 6 years ago

pllim commented 6 years ago

Python 2 will not be maintained past Jan 1, 2020 (see https://pythonclock.org/). Please remove all Python 2 compatibility and move this package to Python 3 only.

For conda recipe (including astroconda-contrib), please include the following to prevent packaging it for Python 2 (https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html?preprocessing-selectors#skipping-builds):

build: 
  skip: true  # [py2k] 

Please close this issue if it is irrelevant to your repository. This is an automated issue. If this is opened in error, please let pllim know!

pllim commented 3 years ago

Bumped Python minversion in setup.