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.
1 parent 83c05cf commit ca43876Copy full SHA for ca43876
setup.py
@@ -66,11 +66,7 @@ def read(*names, **kwargs):
66
install_requires=[
67
'axelrod == 3.1.2',
68
],
69
- extras_require={
70
- # eg:
71
- # 'rst': ['docutils>=0.11'],
72
- # ':python_version=="2.6"': ['argparse'],
73
- },
+ python_requires=">=3.6",
74
ext_modules=[
75
Extension(
76
splitext(relpath(path, 'src').replace(os.sep, '.'))[0],
0 commit comments