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

🔧 Replace poetry with flit/uv #1355

Merged
merged 3 commits into from
Nov 28, 2024
Merged

🔧 Replace poetry with flit/uv #1355

merged 3 commits into from
Nov 28, 2024

Conversation

chrisjsewell
Copy link
Member

@chrisjsewell chrisjsewell commented Nov 27, 2024

Poetry is outdated and PEP621 non-compliant, uv is its modern replacement.

Note, uv sync will fail currently, due to the lower Python 3.8 requirement. This will be updated in a follow-up

Poetry is outdated and PEP621 un-compliant.

Note, `uv sync` will fail currently, due to the lower Python 3.8 requirement. This will be updated in a follow-up
@chrisjsewell chrisjsewell requested a review from ubmarco November 27, 2024 14:32
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.97%. Comparing base (4e10030) to head (d347194).
Report is 87 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1355      +/-   ##
==========================================
+ Coverage   86.87%   87.97%   +1.09%     
==========================================
  Files          56       60       +4     
  Lines        6532     7126     +594     
==========================================
+ Hits         5675     6269     +594     
  Misses        857      857              
Flag Coverage Δ
pytests 87.97% <100.00%> (+1.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
Copy link
Member

Choose a reason for hiding this comment

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

3.12?

@chrisjsewell chrisjsewell force-pushed the drop-poetry branch 2 times, most recently from bfe5c33 to 9bd060a Compare November 28, 2024 13:46
@chrisjsewell chrisjsewell merged commit c5acec6 into master Nov 28, 2024
19 checks passed
@chrisjsewell chrisjsewell deleted the drop-poetry branch November 28, 2024 14:16
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.

2 participants