inbo / niche_vlaanderen

Python package to run the NICHE Vlaanderen model
https://inbo.github.io/niche_vlaanderen/
MIT License
5 stars 2 forks source link

Should we support python 2 any longer #222

Closed stijnvanhoey closed 5 years ago

stijnvanhoey commented 5 years ago

The shift towards Python 3 is now becoming most general and more and more packages are no longer supporting Python 2. For example, if we want to align with the latest versions of Matplotlib, Python 2 is not an option anymore.

We have different options:

johanvdw commented 5 years ago

Another reason: Conda on windows no longer provides Python 2.7 packages for rasterio >0.36.

I'm not going to actively remove Python 2 support yet, but I did remove the build on appveyor.

https://github.com/inbo/niche_vlaanderen/commit/627d13839a80daf39a171537c59fbfa54832d2b9

johanvdw commented 5 years ago

As mentioned in the release notes, version 1.1. is the last version supporting Python 2. For future development, we can ignore Python2.