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 #63

Merged
merged 12 commits into from
Nov 13, 2024

Conversation

aromanielloNTIA
Copy link
Member

@aromanielloNTIA aromanielloNTIA commented Nov 7, 2024

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.
  • Update GitHub Actions tools to latest 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
  • Bump version to 8.0

@aromanielloNTIA aromanielloNTIA changed the title Drop python 3.8 Drop support for Python 3.8, add support for Python 3.12 Nov 7, 2024
@aromanielloNTIA aromanielloNTIA marked this pull request as ready for review November 7, 2024 22:51
Base automatically changed from SEA-234_ubuntu22.04_python3.10 to main November 7, 2024 22:53
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!

@jhazentia jhazentia merged commit b4690f1 into main Nov 13, 2024
4 checks passed
@jhazentia jhazentia deleted the drop-python-3.8 branch November 13, 2024 21:15
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