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

GitHub Actions maintenance #173

Merged
merged 7 commits into from
Apr 29, 2024
Merged

GitHub Actions maintenance #173

merged 7 commits into from
Apr 29, 2024

Conversation

jayqi
Copy link
Member

@jayqi jayqi commented Apr 29, 2024

  • Bumps several GitHub Actions versions.
  • Drops Python 3.7 from CI. Adds Python 3.11 and 3.12.
  • Switches to uv for installing packages in CI.
  • Updates CLI test to use sys.executable instead of python so that the correct virtual environment is reliably used

Closes #172

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.80%. Comparing base (5a1883e) to head (20103c5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #173   +/-   ##
=======================================
  Coverage   96.80%   96.80%           
=======================================
  Files           6        6           
  Lines         188      188           
=======================================
  Hits          182      182           
  Misses          6        6           

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

@jayqi jayqi requested review from pjbull and ejm714 April 29, 2024 21:17
@jayqi jayqi marked this pull request as ready for review April 29, 2024 21:17
Copy link
Member

@pjbull pjbull left a comment

Choose a reason for hiding this comment

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

Thanks for digging in, this looks great.

@pjbull pjbull merged commit 4bef7e5 into main Apr 29, 2024
23 checks passed
@pjbull pjbull deleted the 172-ci-maintenance branch April 29, 2024 21:20
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.

Failed build: Python 3.7 not available for macOS 14 / ARM64 image
2 participants