Skip to content

Commit

Permalink
Set python versions in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bouthilx committed Jul 8, 2019
1 parent a6fd475 commit ee2d0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -98,7 +98,7 @@ def find_data_files():
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
] + [('Programming Language :: Python :: %s' % x)
for x in '3 3.4 3.5 3.6'.split()]
for x in '3 3.5 3.6 3.7'.split()]

if __name__ == '__main__':
setup(**setup_args)

0 comments on commit ee2d0bc

Please sign in to comment.