-
-
Save arbinish/ef94c740705e3611a49400ab13493a78 to your computer and use it in GitHub Desktop.
python semver check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from packaging import version | |
version.parse('38.4.205') < version.parse('38.4.215') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment