Commit d01a719d authored by Jeremy Pallats's avatar Jeremy Pallats 💬
Browse files

Revert "Lower back to 3.6.X"

This reverts commit 24c98c06.
- Don't make changes late at night.
parent 24c98c06
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ import sys
__version__ = '0.3.1'

try:
    assert sys.version_info[0:2] >= (3, 6)
    assert sys.version_info[0:2] >= (3, 7)
except AssertionError:
    print('This entire program must be run with python >= 3.7')
    print('If unavailable on platform, see https://github.com/pyenv/pyenv')