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

Fix Python 3.8 support #297

Merged
merged 2 commits into from
Feb 10, 2025
Merged

Fix Python 3.8 support #297

merged 2 commits into from
Feb 10, 2025

Conversation

coordt
Copy link
Member

@coordt coordt commented Feb 10, 2025

No description provided.

Copy link

github-actions bot commented Feb 10, 2025

Version hint: patch
Current version: 0.32.0
New version (when merged): 0.32.1

Comment ID: Display the version hint-auto-generated

Copy link

github-actions bot commented Feb 10, 2025

PR Preview Action v1.6.0

🚀 View preview at
https://callowayproject.github.io/bump-my-version/pr-preview/pr-297/

Built to branch gh-pages at 2025-02-10 12:39 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.74%. Comparing base (279838a) to head (e1fb9fa).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
+ Coverage   93.63%   93.74%   +0.10%     
==========================================
  Files          29       29              
  Lines        1918     1918              
  Branches      198      198              
==========================================
+ Hits         1796     1798       +2     
+ Misses         92       90       -2     
  Partials       30       30              
Flag Coverage Δ
python-3.10 93.74% <ø> (+0.10%) ⬆️
python-3.11 93.74% <ø> (+0.10%) ⬆️
python-3.12 93.74% <ø> (+0.10%) ⬆️
python-3.13 93.74% <ø> (+0.10%) ⬆️
python-3.8 93.74% <ø> (?)
python-3.9 93.74% <ø> (+0.10%) ⬆️

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

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

@coordt coordt merged commit 3ce578e into master Feb 10, 2025
19 checks passed
@coordt coordt deleted the 296-python-38-support branch February 10, 2025 12:40
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.

TypeError: unsupported operand type(s) for |: 'type' and 'type' on Python 3.8
1 participant