Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropping python 3.5 support #125

Closed
caspervdw opened this issue Mar 24, 2020 · 4 comments
Closed

Dropping python 3.5 support #125

caspervdw opened this issue Mar 24, 2020 · 4 comments

Comments

@caspervdw
Copy link
Member

Following up on #116

We decided that we want to start following numpy's deprecation protocol at https://numpy.org/neps/nep-0029-deprecation_policy.html .

For the next release, we want to limit Python to >= 3.6 and numpy to >= 1.15
GEOS we leave to >= 3.5 until Ubuntu 16 is out of support (April 2021).

@jorisvandenbossche will check with shapely what their policy is

@jorisvandenbossche
Copy link
Member

All good on using Python 3.6+ here -> shapely/shapely#886

@jorisvandenbossche
Copy link
Member

In the meantime Python 3.5 support has been removed (#211), and we have

pygeos/setup.py

Line 201 in b3ae300

python_requires=">=3.6",

So closing this issue.

@EwoutH
Copy link

EwoutH commented Oct 26, 2021

@caspervdw is the aim still to follow Numpy's deprecation protocol NEP 29?

In that case Python 3.6 should be dropped, and preparations should take place to drop Python 3.7 support by Dec 26, 2021.

@caspervdw
Copy link
Member Author

I agree, for the next release we should drop 3.6 (and also GEOS 3.6). Thanks for the heads up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants