Closed andrewjcg closed 1 year ago
Don't fail Python versions when the version string contains trailing build metadata after the + (as per: https://semver.org/#spec-item-10).
+
Added test and also updated regex to match full build metadata format supported by https://semver.org/#spec-item-10.
Don't fail Python versions when the version string contains trailing build metadata after the
+
(as per: https://semver.org/#spec-item-10).