Replies: 1 comment 4 replies
-
unless you have a process in place that auto unpins/updates regular, its recommended to only pin the minimal version |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
pytest Changelog states the following
However, I see that there were "Breaking changes" in v7.1.0; were these breaking changes actually made in
v7.0.0
and only documented inv7.1.0
?If not, it doesn't look like
pytest
followed semantic versioning in this specific instance. Inv7.1.0
case py36 was dropped, given that py37 is going to be EOL soon (May/June 2023), should users expect proper semantic version compliance and aMAJOR
bump when a support for a Python version is dropped bypytest
in the future? (I understand that pytest may not drop support for py37 immediately)We're using
pytests
and wanted to understand ifpytest>=7.0.0,<8.0.0
in our dependencies would be sufficient.Any help would be appreciated.
EDIT: Read through the issue #9437 later, is it safe to assume that dropping support for py36 in a
MINOR
version was an exception not the rule? (comment that shares some insight)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions