Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix python versions in setup.py
  • Loading branch information
tedchamb committed Nov 23, 2019
commit 1088834d36b88dff8ba30b44d932f4ca8dec7a15
2 changes: 2 additions & 0 deletions azure-devops/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
]

Expand Down