Skip to content

Commit c266b5f

Browse files
committed
Adding py313 to builds and tests
1 parent 99832f3 commit c266b5f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

eng/templates/jobs/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
PYTHON_VERSION: '3.11'
1717
Python312:
1818
PYTHON_VERSION: '3.12'
19-
19+
Python313:
20+
PYTHON_VERSION: '3.13'
21+
2022
steps:
2123
- task: UsePythonVersion@0
2224
inputs:

eng/templates/jobs/ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
PYTHON_VERSION: '3.11'
1717
python-312:
1818
PYTHON_VERSION: '3.12'
19+
python-313:
20+
PYTHON_VERSION: '3.13'
21+
1922
steps:
2023
- task: UsePythonVersion@0
2124
inputs:

0 commit comments

Comments
 (0)