Skip to content

Instantly share code, notes, and snippets.

@arbinish
Created July 18, 2021 12:11
Show Gist options
  • Save arbinish/ef94c740705e3611a49400ab13493a78 to your computer and use it in GitHub Desktop.
Save arbinish/ef94c740705e3611a49400ab13493a78 to your computer and use it in GitHub Desktop.
python semver check
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