Skip to content

Commit 42853a9

Browse files
Pavel Minaevint19h
Pavel Minaev
authored andcommitted
Add Python 3.12 as officially supported.
1 parent b9b09e6 commit 42853a9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

azure-pipelines/pipelines.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
python.version: "3.10"
6666
py311:
6767
python.version: "3.11"
68+
py312:
69+
python.version: "3.12"
6870

6971
steps:
7072

@@ -93,6 +95,8 @@ jobs:
9395
python.version: "3.10"
9496
py311:
9597
python.version: "3.11"
98+
py312:
99+
python.version: "3.12"
96100

97101
steps:
98102

@@ -124,6 +128,8 @@ jobs:
124128
python.version: "3.10"
125129
py311:
126130
python.version: "3.11"
131+
py312:
132+
python.version: "3.12"
127133

128134
steps:
129135

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def tail_is(*suffixes):
169169
"Programming Language :: Python :: 3.9",
170170
"Programming Language :: Python :: 3.10",
171171
"Programming Language :: Python :: 3.11",
172+
"Programming Language :: Python :: 3.12",
172173
"Topic :: Software Development :: Debuggers",
173174
"Operating System :: Microsoft :: Windows",
174175
"Operating System :: MacOS",

0 commit comments

Comments
 (0)