Created
January 4, 2020 10:50
-
-
Save eriky/daec8b4a4e4082103e6c0d736ea0d5ff to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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