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

Drop python 3.8 support, update package support #460

Merged
merged 4 commits into from
Nov 1, 2023

Conversation

jzuhone
Copy link
Contributor

@jzuhone jzuhone commented Nov 1, 2023

This PR drops support for Python 3.8 and updates support for associated packages.

@neutrinoceros when we dropped support for versions 3.6 and 3.7 you came up with a list of minimal versions for other packages--how did you do that?

@neutrinoceros
Copy link
Member

My method is to manually look up pypi.org/simple (e.g. https://pypi.org/simple/numpy/) and see which is the oldest version with wheels for our new oldest supported Python.

@neutrinoceros
Copy link
Member

We could also bump sympy requirements to 1.7 while we're at it. It's the oldest version whose release notes mention that it was tested on Python 3.9

@jzuhone jzuhone changed the title Drop python 3.8 support Drop python 3.8 support, update package support Nov 1, 2023
@jzuhone
Copy link
Contributor Author

jzuhone commented Nov 1, 2023

@neutrinoceros this is ready for review

@neutrinoceros neutrinoceros merged commit 72bb8a2 into yt-project:main Nov 1, 2023
8 checks passed
@neutrinoceros neutrinoceros added the dependencies Pull requests that update a dependency file label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants