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
9206788f6b
2 changed files with 7 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ jobs:
|
|||
python.version: "3.10"
|
||||
py311:
|
||||
python.version: "3.11"
|
||||
py312:
|
||||
python.version: "3.12"
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -93,6 +95,8 @@ jobs:
|
|||
python.version: "3.10"
|
||||
py311:
|
||||
python.version: "3.11"
|
||||
py312:
|
||||
python.version: "3.12"
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -124,6 +128,8 @@ jobs:
|
|||
python.version: "3.10"
|
||||
py311:
|
||||
python.version: "3.11"
|
||||
py312:
|
||||
python.version: "3.12"
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
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