We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c920fc8 commit 7497cfcCopy full SHA for 7497cfc
src/poetry/core/semver/helpers.py
@@ -74,7 +74,6 @@ def parse_single_constraint(constraint: str) -> VersionConstraint:
74
m = TILDE_PEP440_CONSTRAINT.match(constraint)
75
if m:
76
version = Version.parse(m.group("version"))
77
- print(version)
78
if version.release.precision == 2:
79
high = version.stable.next_major()
80
else:
0 commit comments