Skip to content

Commit f3bf12d

Browse files
author
Victoria Hall
committed
run tests for python 3.12
1 parent c0e1748 commit f3bf12d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

eng/templates/ci-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
PYTHON_VERSION: '3.10'
1515
python-311:
1616
PYTHON_VERSION: '3.11'
17+
python-312:
18+
PYTHON_VERSION: '3.12'
1719
steps:
1820
- task: UsePythonVersion@0
1921
inputs:

eng/templates/jobs/ci-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
PYTHON_VERSION: '3.10'
1515
python-311:
1616
PYTHON_VERSION: '3.11'
17+
python-312:
18+
PYTHON_VERSION: '3.12'
1719
steps:
1820
- task: UsePythonVersion@0
1921
inputs:

0 commit comments

Comments
 (0)