dev: add devenv and frozen requirements#255
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: |
hubertdeng123
left a comment
There was a problem hiding this comment.
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
| build==0.8.0 | ||
| wheel==0.42.0 | ||
| freezegun==1.2.2 | ||
| pip-tools |
There was a problem hiding this comment.
should version be pinned here?
There was a problem hiding this comment.
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