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

ENH: Drop Python 3.6 and enable 3.11 #2294

Merged
merged 3 commits into from
Jan 26, 2023

Conversation

kamil-certat
Copy link
Contributor

The whole support for Python 3.6, including docs and dependencies, was droped. Some small code changes were made to use newer syntax.

In addition, testing for Python 3.11 was enabled, and changelog was fixed.

Closes #2272

In order to remove the Python 3.6 support, all checks
for it or lower versions are no longer useful
All references to Python 3.6 are updated or explicitly mentioned
as no longer supported. The syntax was updated to use newer features.

In addition, the changelog was fixed by removing already fixed known
issues and moving wrong-placed entry.

Closes certtools#2272
@kamil-certat
Copy link
Contributor Author

For some reason, the ansible test just failed to start. May I ask for restart?

@@ -759,7 +759,6 @@ IntelMQ no longer supports Python 3.5 (and thus Debian 9 and Ubuntu 16.04), the
### Tools
- `intelmqdump`:
- Check if given queue is configured upon recovery (#1433, PR#1587 by Mladen Markovic).
- Respected global and per-bot custom settings of `logging_path` (fix #1605).
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is the changelog for 2.3.0 changed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let's see the git blame and the commit message. I've found out that this entry was misplaced by me - the change was made recently, but I've scrolled too down in the changelog and put it wrongly.

@sebix
Copy link
Member

sebix commented Jan 24, 2023

May I ask for restart?

I trigged it and now it succeeds as expected

@sebix sebix added this to the 3.1.0 milestone Jan 26, 2023
@sebix sebix merged commit 34bf90e into certtools:develop Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for Python 3.6
3 participants