-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
25fad14
to
8497783
Compare
There was a problem hiding this 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.
There was a problem hiding this 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 |
There was a problem hiding this comment.
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:
* [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:
* [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)
I've dropped the Python 3.8 check from the list of required checks for this repo. |
No description provided.