-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: drop python 3.8 support and test on 3.13 #113
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
======================================
Coverage ? 7.47%
======================================
Files ? 8
Lines ? 709
Branches ? 0
======================================
Hits ? 53
Misses ? 656
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@@ -10,7 +10,7 @@ authors = [ | |||
] | |||
description = "File conversion package." | |||
readme = "README.md" | |||
requires-python = ">=3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should correspond to a minor SemVer update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ariostas
This PR drop Python 3.8 support since it already reached its end of life. The CI now tests 3.13, to make sure it works on the latest version. Also, PyPy was switched from 3.9 to 3.10 in the CI since it wasn't working (see #112), probably because it also eached its end of life.