GeoStat-Framework / pentapy

A Python toolbox for pentadiagonal linear systems
https://pentapy.readthedocs.io/
MIT License
14 stars 4 forks source link

Dropping Python 2.7 and 3.4 support #6

Closed MuellerSeb closed 4 years ago

MuellerSeb commented 5 years ago

Since Python 2 will reach it's EOL on 1. Jan 2020, we will drop support for it. Python 3.4 has already reached its EOL on 2019-03-18, so we are dropping support here, too.

The next minor release (v1.1) will then be Python 3 only.

Since TravisCI supports Windows but only for Python 3 we can then drop the use of Appveyor and stick to one CI system.

hugovk commented 5 years ago

See also "NEP 29 — Recommend Python and Numpy version support as a community policy standard":

MuellerSeb commented 4 years ago

Done with https://github.com/GeoStat-Framework/pentapy/pull/10