Skip to content

Instantly share code, notes, and snippets.

@eriky
Created January 4, 2020 10:50
Show Gist options
  • Save eriky/daec8b4a4e4082103e6c0d736ea0d5ff to your computer and use it in GitHub Desktop.
Save eriky/daec8b4a4e4082103e6c0d736ea0d5ff to your computer and use it in GitHub Desktop.
if not sys.version_info > (2, 7):
# berate your user for running a 10 year
# python version
elif not sys.version_info >= (3, 5):
# Kindly tell your user (s)he needs to upgrade
# because you're using 3.5 features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment