-
Notifications
You must be signed in to change notification settings - Fork 405
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
CI: Add Python 3.10 and 3.11, update actions #398
Conversation
c805dc3
to
2f9d88b
Compare
Codecov ReportAll modified lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## next #398 +/- ##
=======================================
Coverage ? 86.97%
=======================================
Files ? 2
Lines ? 261
Branches ? 0
=======================================
Hits ? 227
Misses ? 34
Partials ? 0 ☔ View full report in Codecov by Sentry. |
You should mention the PR (and the author) in the commit. According to Alan's suggestion in #396 (comment). |
https://docs.python.org/3.12/whatsnew/3.12.html add python 3.12 please |
actually, please use all supported pythonv ersions and remove unsupported ones |
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.
alongside the changes requested, please also add in the commit message a mention to the updated action version
df8b943
to
650917c
Compare
A bit of CI maintenance: - Add Python 3.10 and 3.11 runs, and update the PyPy run to PyPy 3.9 - Removed Python 3.7 as it is deprecated - Update the used actions (checkout and setup-python) to the latest versions - Also run on pushes, when manually triggered (workflow_dispatch) The original PR was done by @EwoutH at bndr#334
650917c
to
c0d0c90
Compare
- The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing. - The original PR was done by @EwoutH at bndr#334 and modified by @willianrocha at bndr#398.
- The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing. - The original PR was done by @EwoutH at #334 and modified by @willianrocha at #398.
A bit of CI maintenance:
I could not rebase and reuse the old PR #334