mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Flag Python 3.12 support in classifiers
This commit is contained in:
parent
7d09fb24dd
commit
9f53b3ebb6
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -169,6 +169,7 @@ if __name__ == "__main__":
|
|||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Software Development :: Debuggers",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Operating System :: MacOS",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue