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

Packaging: drop python 3 8, add 3.13 support #327

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

Guts
Copy link
Owner

@Guts Guts commented Oct 23, 2024

Since:

  • Python 3.8 reached its end of life on 2024-10-07
  • Python 3.13 has been released on 2024-10-07

See: https://devguide.python.org/versions/

Related to: #304 #286 #288

@github-actions github-actions bot added ci-cd Everything related to continuous integration and deployment tooling Development tooling quality Tests, project resiliency, etc. packaging labels Oct 23, 2024
Copy link

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.72%. Comparing base (6c9d981) to head (d8ceb47).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #327      +/-   ##
==========================================
+ Coverage   80.70%   80.72%   +0.01%     
==========================================
  Files          10        9       -1     
  Lines         653      638      -15     
  Branches      134      111      -23     
==========================================
- Hits          527      515      -12     
+ Misses         86       85       -1     
+ Partials       40       38       -2     
Flag Coverage Δ
unittests 80.72% <100.00%> (+0.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
mkdocs_rss_plugin/plugin.py 90.51% <100.00%> (ø)
mkdocs_rss_plugin/util.py 73.60% <100.00%> (+0.07%) ⬆️

@Guts
Copy link
Owner Author

Guts commented Oct 23, 2024

FYI @brabster

@Guts Guts merged commit 4179aaf into main Oct 23, 2024
11 checks passed
@Guts Guts deleted the packaging/drop-python-3_8-support branch October 23, 2024 14:03
@Guts Guts removed ci-cd Everything related to continuous integration and deployment tooling Development tooling quality Tests, project resiliency, etc. labels Oct 23, 2024
@brabster
Copy link

Nice! Netlify rolled out configurable Python version support a few days ago https://www.netlify.com/blog/announcing-configurable-python-versions-in-netlify-builds/

@Guts
Copy link
Owner Author

Guts commented Oct 27, 2024

Nice! Netlify rolled out configurable Python version support a few days ago https://www.netlify.com/blog/announcing-configurable-python-versions-in-netlify-builds/

A JIT release!

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.

2 participants