Skip to content

Update Python version requirements #83

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

Merged
merged 2 commits into from
Apr 11, 2023

Conversation

mattt
Copy link
Contributor

@mattt mattt commented Apr 7, 2023

This package currently specifies python_requires=>=3.6 and tests Python 3.7 – 3.10.

Python 3.7 reaches EOL in June 2023 (source). Many popular libraries including Pytorch and numpyrequire Python>=3.8.

Screenshot 2023-04-07 at 14 58 25

This PR raises the Python version requirements to >= 3.8. It also adds Python 3.11 to the test matrix in our CI workflow.

mattt added 2 commits April 7, 2023 15:10
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
@mattt mattt force-pushed the mattt/update-supported-python-versions branch from 70af1de to 8b1e0a2 Compare April 7, 2023 22:10
@zeke zeke merged commit 3ae1539 into main Apr 11, 2023
@zeke zeke deleted the mattt/update-supported-python-versions branch April 11, 2023 22:00
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

Successfully merging this pull request may close these issues.

2 participants