Skip to content

Commit 4cc154b

Browse files
authored
Merge pull request #40 from Axelrod-Python/version
Alter python requirement to >=3.5
2 parents 3adf311 + 07b29e2 commit 4cc154b

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)