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

Use uv #1439

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Use uv #1439

wants to merge 14 commits into from

Conversation

gadomski
Copy link
Member

@gadomski gadomski commented Oct 12, 2024

Related Issue(s):

Description:

  • Switch from using requirements files to using uv.lock
  • Create a "dummy" package for docs so we can use the same lockfile
  • Use uv on readthedocs ✨
  • Make some slightly-opinionated tweaks to CI
  • Add Python 3.13
  • Update install instructions to python -m pip: Add docs developmentseed/cql2-rs#36 (comment)

PR Checklist:

  • Pre-commit hooks and tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@gadomski gadomski self-assigned this Oct 12, 2024
Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.14%. Comparing base (ba406cb) to head (766664a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1439      +/-   ##
==========================================
- Coverage   91.21%   91.14%   -0.07%     
==========================================
  Files          52       52              
  Lines        7237     7237              
  Branches     1018      874     -144     
==========================================
- Hits         6601     6596       -5     
- Misses        457      461       +4     
- Partials      179      180       +1     

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

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.

Convert to uv
1 participant