Skip to content

Commit

Permalink
Add Python 3.12 as officially supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Minaev authored and int19h committed Jan 25, 2024
1 parent b9b09e6 commit 42853a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
python.version: "3.10"
py311:
python.version: "3.11"
py312:
python.version: "3.12"

steps:

Expand Down Expand Up @@ -93,6 +95,8 @@ jobs:
python.version: "3.10"
py311:
python.version: "3.11"
py312:
python.version: "3.12"

steps:

Expand Down Expand Up @@ -124,6 +128,8 @@ jobs:
python.version: "3.10"
py311:
python.version: "3.11"
py312:
python.version: "3.12"

steps:

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def tail_is(*suffixes):
"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",
Expand Down

0 comments on commit 42853a9

Please sign in to comment.