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

CI: Add Python 3.10 and 3.11, update actions (fixed) #406

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

herati
Copy link

@herati herati commented Oct 12, 2023

willianrocha and others added 2 commits October 9, 2023 21:33
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
- 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.
@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (next@3c786e3). Click here to learn what that means.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             next     #406   +/-   ##
=======================================
  Coverage        ?   89.96%           
=======================================
  Files           ?        2           
  Lines           ?      259           
  Branches        ?        0           
=======================================
  Hits            ?      233           
  Misses          ?       26           
  Partials        ?        0           

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

@@ -1,3 +1,3 @@
wheel==0.23.0
Yarg==0.1.9
docopt==0.6.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

no idea whats going on here, any ideas? @daherati

@alan-barzilay alan-barzilay merged commit 55eee29 into bndr:next Oct 12, 2023
7 checks passed
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.

4 participants