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

Use Python 3.9 in all CI/CD workflows #196

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

CasperWA
Copy link
Contributor

Description

Use Python 3.9 throughout all CI/CD workflows.

Fixes #193

Type of change

  • Bug fix and code cleanup
  • New feature
  • Documentation update
  • Testing

Checklist for the reviewer

This checklist should be used as a help for the reviewer.

  • Is the change limited to one issue?
  • Does this PR close the issue?
  • Is the code easy to read and understand?
  • Do all new feature have an accompanying new test?
  • Has the documentation been updated as necessary?
  • Is the code properly tested?

@CasperWA CasperWA requested a review from ajeklund March 10, 2024 21:58
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.47%. Comparing base (f04c50f) to head (54bfab5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   77.47%   77.47%           
=======================================
  Files          18       18           
  Lines        1545     1545           
=======================================
  Hits         1197     1197           
  Misses        348      348           

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

Copy link
Contributor

@ajeklund ajeklund left a comment

Choose a reason for hiding this comment

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

Thank you!

@CasperWA CasperWA merged commit 2b3f4ce into master Mar 11, 2024
16 checks passed
@CasperWA CasperWA deleted the cwa/fix-193-ci-cd-python-version branch March 11, 2024 10:14
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.

Documentation CD (still) fails due to old python version
2 participants