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

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Drop support for Python 3.8 #88

merged 1 commit into from
Oct 2, 2024

Conversation

mrtmm
Copy link

@mrtmm mrtmm commented Oct 2, 2024

No description provided.

@mrtmm mrtmm force-pushed the drop-python3.8 branch 2 times, most recently from 25fad14 to 8497783 Compare October 2, 2024 10:06
@mrtmm mrtmm requested a review from fghaas October 2, 2024 10:15
Copy link
Contributor

@fghaas fghaas 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 in general; I have a couple of notes.

setup.py Outdated Show resolved Hide resolved
Copy link
Contributor

@fghaas fghaas left a comment

Choose a reason for hiding this comment

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

Just a tiny nit left. :)

CHANGELOG.md Outdated
@@ -1,3 +1,10 @@
## Unreleased

* [Enhancement] Drop support for Python 3.8; Update the Ubuntu base image to
Copy link
Contributor

Choose a reason for hiding this comment

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

I understand I am nitpicking, but a semicolon does not trigger capitalisation of the next word.

Thus, either use:

Suggested change
* [Enhancement] Drop support for Python 3.8; Update the Ubuntu base image to
* [Enhancement] Drop support for Python 3.8. Update the Ubuntu base image to

... or else, use:

Suggested change
* [Enhancement] Drop support for Python 3.8; Update the Ubuntu base image to
* [Enhancement] Drop support for Python 3.8; update the Ubuntu base image to

Python 3.8 will end security support on 2024-10-31;
* Drop support for Python 3.8 in this plugin
* Update the Ubuntu base image to Jammy (22.04)
@fghaas
Copy link
Contributor

fghaas commented Oct 2, 2024

I've dropped the Python 3.8 check from the list of required checks for this repo.

@fghaas fghaas merged commit 70c2b8b into hastexo:main Oct 2, 2024
4 checks passed
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