Skip to content
Snippets Groups Projects
Commit fdfeb162 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Added Python 3.7 to classifiers in setup.py.

parent 2e636ce1
No related branches found
No related tags found
No related merge requests found
Pipeline #3335 passed
......@@ -57,6 +57,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
test_suite='tests',
tests_require=test_requirements,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment