-
-
Notifications
You must be signed in to change notification settings - Fork 1
dev: add devenv and frozen requirements #255
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
Conversation
do we... want to drop 3.10? i feel like everyone is on 3.11 or newer |
The reason we kept 3.10 around had to do with pypi: |
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.
Thanks for putting this up!
Looks like CI is failing since coverage==7.6.4 isn't available for python 3.10 which is a bit annoying
@@ -9,3 +9,4 @@ setuptools==70.0.0 | |||
build==0.8.0 | |||
wheel==0.42.0 | |||
freezegun==1.2.2 | |||
pip-tools |
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.
should version be pinned here?
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.
version is pinned in the frozen requirements, so not the biggest deal
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #255 +/- ##
=======================================
Coverage 94.67% 94.67%
=======================================
Files 26 26
Lines 2141 2141
=======================================
Hits 2027 2027
Misses 114 114 ☔ View full report in Codecov by Sentry. |
This reverts commit b2b4765.
this adds devenv and also frozen requirements
we should think about how we want to standardize on freezing requirements btw cc @bukzor