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 EOL Python 3.6 #513

Merged
merged 3 commits into from
Jan 1, 2022
Merged

Drop support for EOL Python 3.6 #513

merged 3 commits into from
Jan 1, 2022

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jan 1, 2022

We can drop Python 3.6 in the next release because it is EOL and no longer receiving security updates (or any updates) from the core Python team.

cycle latest release eol
3.10 3.10.1 2021-10-04 2026-10-04
3.9 3.9.9 2020-10-05 2025-10-05
3.8 3.8.12 2019-10-14 2024-10-14
3.7 3.7.12 2018-06-27 2023-06-27
3.6 3.6.15 2016-12-23 2021-12-23

https://endoflife.date/python

This PR also removes some CI config boilerplate by using pip caching that is now built into https://github.com/actions/setup-python.

@codecov
Copy link

codecov bot commented Jan 1, 2022

Codecov Report

Merging #513 (b81cd32) into master (91beb35) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #513   +/-   ##
=======================================
  Coverage   90.82%   90.82%           
=======================================
  Files          28       28           
  Lines        2660     2660           
=======================================
  Hits         2416     2416           
  Misses        244      244           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91beb35...b81cd32. Read the comment docs.

Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

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

Thanks, a good start for 2022!!

@claudep claudep merged commit 94ffe67 into jazzband:master Jan 1, 2022
@hugovk hugovk deleted the rm-3.6 branch January 1, 2022 11:04
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.

None yet

2 participants