We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97021f0 + 738e436 commit fb5e416Copy full SHA for fb5e416
setup.py
@@ -6,8 +6,8 @@
6
from os import path
7
from setuptools import setup, find_packages
8
9
-if not sys.version_info[:2] >= (3, 7):
10
- sys.exit(f"subsurface is only meant for Python 3.7 and up.\n"
+if not sys.version_info[:2] >= (3, 8):
+ sys.exit(f"subsurface is only meant for Python 3.8 and up.\n"
11
f"Current version: {sys.version_info[0]}.{sys.version_info[1]}.")
12
13
this_directory = path.abspath(path.dirname(__file__))
0 commit comments