Skip to content

Commit

Permalink
Alter python requirement to >=3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Jul 29, 2017
1 parent 3adf311 commit 07b29e2
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 07b29e2

Please sign in to comment.