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 support for Python 3.8, add support for Python 3.12 #124

Merged
merged 7 commits into from
Nov 7, 2024

Conversation

aromanielloNTIA
Copy link
Member

Python 3.8 is EOL. Python 3.13 support not added yet since some dependencies don't support it yet, and we don't have a specific need to support 3.13 yet.

  • Runs pyupgrade hook to use improved Python 3.9 syntax for type hinting
  • Update pre-commit hooks to latest versions. Also remove the default Python version for pre-commit hooks since this only causes annoyance for developers using different versions. CI workflows ensure compatibility across supported Python versions.
  • Updates tox configuration to remove Python 3.8 configuration and add Python 3.12 configuration. Also updates GitHub action runner to ubuntu-22.04, which is now used in Docker base images for SCOS.
  • Update documentation and package metadata to indicate these changes

Version number not modified since this can be included in the 11.0 release.

Base automatically changed from SEA-234_ubuntu22.04_python3.10_ray2.10 to master November 7, 2024 21:40
@aromanielloNTIA aromanielloNTIA marked this pull request as ready for review November 7, 2024 21:44
Copy link
Member

@jhazentia jhazentia left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@aromanielloNTIA aromanielloNTIA merged commit c1314e7 into master Nov 7, 2024
4 checks passed
@aromanielloNTIA aromanielloNTIA deleted the drop-python-3.8 branch November 7, 2024 22:33
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