mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Change release type from alpha to production (#759)
This commit is contained in:
parent
9cb2f97990
commit
634926b6a8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ if __name__ == '__main__':
|
|||
url='https://aka.ms/ptvs',
|
||||
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue