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 end-of-life Python 3.8 #3629

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

benclifford
Copy link
Collaborator

Python 3.8 entered the end-of-life phase on 2024-10-07. See https://peps.python.org/pep-0569/

This PR removes CI testing for Python 3.8 and relabels several occurences of 3.8 to 3.9 in the documentation.

Changed Behaviour

Although this PR will not directly break users using Python 3.8, the removal of testing and the requirement that things work in Python 3.8 means things will likely break soon.

Type of change

  • Code maintenance/cleanup

Python 3.8 entered the end-of-life phase on 2024-10-07.
See https://peps.python.org/pep-0569/

This PR removes CI testing for Python 3.8 and relabels
several occurences of 3.8 to 3.9 in the documentation.
@benclifford
Copy link
Collaborator Author

This needs a manual reconfiguration of github settings to no longer require 3.8 test to pass... I will do that

@benclifford benclifford merged commit 5303735 into master Oct 8, 2024
7 checks passed
@benclifford benclifford deleted the benc-eol-python3.8 branch October 8, 2024 13:25
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