Skip to content

Update Python versions used in CI #485

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 1 commit into from
Feb 29, 2024

Conversation

ianthomas23
Copy link
Contributor

This PR updates the Python versions used in CI. Summary of changes:

  1. Updated latest CPython version from 3.11 to 3.12. The project builds and tests pass locally for me using Python 3.12 on Ubuntu.
  2. Where only a single Python version is required for a CI job, increase it from 3.11 to 3.12.
  3. Remove Python 3.7 so that the minimum version supported is 3.8. This follows https://devguide.python.org/versions/ which shows that we are now beyond the end of Python 3.7's supported life.
  4. Update version of PyPy from 3.7 to 3.9. This is the version of PyPy supported by the current NumPy release (https://pypi.org/project/numpy/1.26.4/#files).

Copy link
Member

@martinRenou martinRenou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@martinRenou
Copy link
Member

CI failure is fixed in #482

Let's merge and iterate, thanks!

@martinRenou martinRenou merged commit 4461232 into jupyter-widgets:main Feb 29, 2024
@ianthomas23 ianthomas23 deleted the python_versions_ci branch February 29, 2024 14:41
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