mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
fixup: remove redundant check
This commit is contained in:
6
setup.py
6
setup.py
@@ -14,12 +14,6 @@ from setuptools.command.bdist_egg import bdist_egg
|
||||
from setuptools.command.build_py import build_py
|
||||
from setuptools.command.sdist import sdist
|
||||
|
||||
v = sys.version_info
|
||||
if v[:2] < (3, 6):
|
||||
error = "ERROR: JupyterHub requires Python version 3.6 or above."
|
||||
print(error, file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
shell = False
|
||||
if os.name in ('nt', 'dos'):
|
||||
shell = True
|
||||
|
Reference in New Issue
Block a user