We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99832f3 commit c266b5fCopy full SHA for c266b5f
eng/templates/jobs/build.yml
@@ -16,7 +16,9 @@ jobs:
16
PYTHON_VERSION: '3.11'
17
Python312:
18
PYTHON_VERSION: '3.12'
19
-
+ Python313:
20
+ PYTHON_VERSION: '3.13'
21
+
22
steps:
23
- task: UsePythonVersion@0
24
inputs:
eng/templates/jobs/ci-tests.yml
@@ -16,6 +16,9 @@ jobs:
python-312:
+ python-313:
0 commit comments