Skip to content

Commit 9aba87c

Browse files
authored
Merge pull request #113 from microsoft/omri/data_generation_bug_fixes
2 parents 5f9a4f3 + 58f7f28 commit 9aba87c

File tree

7 files changed

+770
-84
lines changed

7 files changed

+770
-84
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ pool:
88
vmImage: 'ubuntu-latest'
99
strategy:
1010
matrix:
11-
Python38:
12-
python.version: '3.8'
1311
Python39:
1412
python.version: '3.9'
1513
Python310:
1614
python.version: '3.10'
1715
Python311:
1816
python.version: '3.11'
17+
Python312:
18+
python.version: '3.12'
1919
steps:
2020
- task: UsePythonVersion@0
2121
inputs:

0 commit comments

Comments
 (0)