issue_comments: 667577659
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/4295#issuecomment-667577659 | https://api.github.com/repos/pydata/xarray/issues/4295 | 667577659 | MDEyOklzc3VlQ29tbWVudDY2NzU3NzY1OQ== | 916576 | 2020-08-01T19:36:41Z | 2020-08-01T19:36:41Z | NONE |
that all depends on what you mean by "as-old-as-they-can-be" means -- to me, it means as old as they can be that have the features you need. IN this case, setuptools was being upgraded, even though xarray didn't need any of the new functionality. What are you actually using for development? One option is to keep versions pinned to old versions until a developer wants a feature that requires a newer version -- then you update that one, if it's within your rolling window But I can see that keeping track of what you need is tricky -- so the rolling window is a lot easier to manage Honestly, the real problem here is that setuptools is both a build, install, and run-time dependency -- which is going to require special treatment. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
671019427 |