Skip to content

Commit ac39ea4

Browse files
authored
fix python versions in setup.py (#300)
1 parent ee11774 commit ac39ea4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-devops/setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
'Programming Language :: Python :: 2',
2828
'Programming Language :: Python :: 2.7',
2929
'Programming Language :: Python :: 3',
30+
'Programming Language :: Python :: 3.5',
3031
'Programming Language :: Python :: 3.6',
32+
'Programming Language :: Python :: 3.7',
3133
'License :: OSI Approved :: MIT License',
3234
]
3335

0 commit comments

Comments
 (0)