Skip to content

Commit 9d5a0f9

Browse files
Merge pull request #1255 from Axelrod-Python/marcharper-patch-1
Update setup.py to include python 3.7 instead of 3.5
2 parents 0888170 + a04ced5 commit 9d5a0f9

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
@@ -29,8 +29,8 @@
2929
include_package_data=True,
3030
package_data={"": ["axelrod/data/*.csv"]},
3131
classifiers=[
32-
"Programming Language :: Python :: 3.5",
3332
"Programming Language :: Python :: 3.6",
33+
"Programming Language :: Python :: 3.7",
3434
"Programming Language :: Python :: 3 :: Only",
3535
],
3636
python_requires=">=3.5",

0 commit comments

Comments
 (0)