Skip to content

Commit

Permalink
Merge pull request #40 from Axelrod-Python/version
Browse files Browse the repository at this point in the history
Alter python requirement to >=3.5
  • Loading branch information
marcharper authored Jul 29, 2017
2 parents 3adf311 + 07b29e2 commit 4cc154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ def read(*names, **kwargs):
install_requires=[
'axelrod == 3.1.2',
],
python_requires=">=3.6",
python_requires=">=3.5",
)

0 comments on commit 4cc154b

Please sign in to comment.