Skip to content

Commit 36d0af7

Browse files
authored
Merge pull request #42 from Axelrod-Python/loosen-axelrod-version
Loosen and update pin for Axelrod
2 parents f276bfd + 4e0313e commit 36d0af7

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
@@ -54,7 +54,7 @@ def read(*names, **kwargs):
5454
'Topic :: Utilities',
5555
],
5656
install_requires=[
57-
'axelrod == 3.1.2',
57+
'axelrod >= 3.2.1',
5858
],
5959
python_requires=">=3.5",
6060
)

0 commit comments

Comments
 (0)