Skip to content

Commit a04ced5

Browse files
authored
Update setup.py to include python 3.7 instead of 3.5
1 parent 0888170 commit a04ced5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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)