mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add Python 3.12 as officially supported.
This commit is contained in:
parent
b9b09e662f
commit
42853a99c4
2 changed files with 7 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