-
Notifications
You must be signed in to change notification settings - Fork 257
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
Drop support for py38 & uv chore upgrade #606
Conversation
92d1bff
to
c2264ed
Compare
fc6b492
to
9a772f0
Compare
ea71387
to
374ec12
Compare
Signed-off-by: Teo <[email protected]>
f429196
to
ded5a31
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Teo <[email protected]>
b786bc7
to
371c086
Compare
|
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.
LGTM 🚀
🎯 Purpose
Replace tox with uv for testing and dependency management to improve CI speed, simplify configuration, and modernize our tooling. Drop support for Python 3.8 (and lower) as it reached its EOL
🤔 Reasoning
Why UV?
CI Testing:
📈 Performance Impact
🔍 Additional Notes