Skip to content

Commit f65104c

Browse files
sinorocbhrutledge
andauthored
Remove reference to SemVer to justify upper bound (#1224)
GitHub: fixes #1223 Co-authored-by: Brian Rutledge <[email protected]>
1 parent 0a78421 commit f65104c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/discussions/install-requires-vs-requirements.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ v2 of 'B', so it would be like so:
3838
'B>=2'
3939
]
4040

41-
It may also be known that project A follows semantic versioning, and that v2 of
42-
'A' will indicate a break in compatibility, so it makes sense to not allow v2:
41+
It may also be known that project 'A' introduced a change in its v2
42+
that breaks the compatibility of your project with v2 of 'A' and later,
43+
so it makes sense to not allow v2:
4344

4445
::
4546

0 commit comments

Comments
 (0)