Skip to content

Commit 07b29e2

Browse files
committed
Alter python requirement to >=3.5
1 parent 3adf311 commit 07b29e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ def read(*names, **kwargs):
5656
install_requires=[
5757
'axelrod == 3.1.2',
5858
],
59-
python_requires=">=3.6",
59+
python_requires=">=3.5",
6060
)

0 commit comments

Comments
 (0)