Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4caa494

Browse files
committed
Revert "require python>3.8 in setup.py"
This reverts commit c0c265c.
1 parent c0c265c commit 4caa494

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"""
2222

2323
import setuptools
24-
import sys
25-
2624
import versioneer
2725

2826

@@ -42,9 +40,6 @@
4240
'arbor>=0.7',
4341
]
4442

45-
if sys.version_info < (3, 8):
46-
sys.exit("Python version >= 3.8 is required.")
47-
4843
setuptools.setup(
4944
name="bluepyopt",
5045
version=versioneer.get_version(),

0 commit comments

Comments
 (0)