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

Release v0.14 #126

Merged
merged 11 commits into from
Jul 31, 2023
Merged

Release v0.14 #126

merged 11 commits into from
Jul 31, 2023

Conversation

maxfischer2781
Copy link
Member

@maxfischer2781 maxfischer2781 commented Jul 26, 2023

This release primarily raises the minimum supported runtime versions. It also includes metadata and internal changes.

  • The minimum Python version is 3.8 and tests/support cover Python up to 3.11
    • Updated package metadata to reflect new version ranges
    • Updated repository metadata and actions to new version ranges
  • Internal cleanup for maintenance (CI cleanup and general maintenance #121)
  • Basic cleanup of backports and compatibility layers
    • Removed Py3.6 asyncio backports
    • Removed typing_extensions backports

See #124.

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.05% ⚠️

Comparison is base (660b06d) 92.73% compared to head (b36bf78) 92.68%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   92.73%   92.68%   -0.05%     
==========================================
  Files          34       33       -1     
  Lines        1143     1108      -35     
  Branches      166      206      +40     
==========================================
- Hits         1060     1027      -33     
+ Misses         60       59       -1     
+ Partials       23       22       -1     
Files Changed Coverage Δ
src/cobald/composite/weighted.py 95.00% <100.00%> (ø)
src/cobald/daemon/runners/asyncio_runner.py 97.77% <100.00%> (-0.05%) ⬇️
src/cobald/daemon/runners/meta_runner.py 92.40% <100.00%> (-0.10%) ⬇️

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

@maxfischer2781 maxfischer2781 marked this pull request as ready for review July 26, 2023 15:55
@maxfischer2781 maxfischer2781 requested review from giffels, a team and RHofsaess and removed request for a team July 26, 2023 15:55
@maxfischer2781 maxfischer2781 marked this pull request as draft July 26, 2023 15:57
@maxfischer2781 maxfischer2781 marked this pull request as ready for review July 26, 2023 16:10
Copy link

@RHofsaess RHofsaess left a comment

Choose a reason for hiding this comment

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

Should be fine 👍

@maxfischer2781 maxfischer2781 merged commit 606add9 into master Jul 31, 2023
18 checks passed
@maxfischer2781 maxfischer2781 deleted the releases/v0.14.0 branch January 17, 2024 15:01
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.

3 participants