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

Update Poetry, GitHub Actions and devcontainer to latest versions #151

Merged

Conversation

DerDreschner
Copy link
Contributor

@DerDreschner DerDreschner commented Jan 16, 2025

This pull request does the following:

  • Update Poetry to the latest version 2.0. To achieve this, I had to rewrite the pyproject.toml to include all the breaking changes and new recommendations. See this blog post for more information.
  • Run poetry update.
  • Update all GitHub Actions to their latest versions. This way, there are no more warnings about unsupported node versions in the pipeline runs (like they appear here).
  • Update the used base image for the dev container to the latest Ubuntu image, as focal is getting a bit old. Additionally, I removed the whitespace in the toolsToInstall parameter as the devcontainer build fails because of that when using PyCharm.
  • Remove unsupported Python versions from setup.py and add 3.13 instead.

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.31%. Comparing base (b8ce4f2) to head (97493e3).
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   91.31%   91.31%           
=======================================
  Files           4        4           
  Lines         380      380           
  Branches      100       94    -6     
=======================================
  Hits          347      347           
  Misses         15       15           
  Partials       18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DerDreschner DerDreschner merged commit c1b0f88 into jazzband:master Jan 17, 2025
3 of 4 checks passed
@DerDreschner DerDreschner deleted the feature/update-poetry-and-pipelines branch January 17, 2025 10:17
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.

1 participant