-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
Should we also exclude 3.7? |
I will suggest considering https://github.com/iterative/py-template (in the future), we maintain a very modern and uptodate Python cookiecutter template. |
@skshetry, in which projects do we use it? Could you please share some examples of that usage and how it's helpful? |
@mike0sv, excluded 3.7. |
@aguschin, all of the packages mentioned in https://github.com/iterative/status#other-projects + |
Codecov ReportBase: 60.01% // Head: 85.40% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #472 +/- ##
===========================================
+ Coverage 60.01% 85.40% +25.39%
===========================================
Files 95 96 +1
Lines 8135 8255 +120
===========================================
+ Hits 4882 7050 +2168
+ Misses 3253 1205 -2048
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Thanks @skshetry! Why don't you use it in DVC? |
No strong reason tbh. All of those packages came after we had a good template, and we keep There are minor things like |
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.
Change heroku tests to run on 3.8
Fixed. I guess we should consider moving control over another if-else conditions based on OS and Python (I saw some docker tests that are controlled in code) to GHA workflow as well. WDYT @mike0sv? |
Maybe, let's do it in another housekeeping issue |
No description provided.