Skip to content

Commit ca43876

Browse files
committed
Specify python 3.6 as minimum
1 parent 83c05cf commit ca43876

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ def read(*names, **kwargs):
6666
install_requires=[
6767
'axelrod == 3.1.2',
6868
],
69-
extras_require={
70-
# eg:
71-
# 'rst': ['docutils>=0.11'],
72-
# ':python_version=="2.6"': ['argparse'],
73-
},
69+
python_requires=">=3.6",
7470
ext_modules=[
7571
Extension(
7672
splitext(relpath(path, 'src').replace(os.sep, '.'))[0],

0 commit comments

Comments
 (0)