Skip to content

Commit

Permalink
Merge pull request #1153 from cclauss/patch-2
Browse files Browse the repository at this point in the history
.azure/build.yml: Add Python 3.12 to the build
  • Loading branch information
marscher authored Dec 5, 2023
2 parents 556f632 + db7ccbc commit c11c3a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
linux-3.11:
imageName: "ubuntu-latest"
python.version: '3.11'
linux-3.12:
imageName: "ubuntu-latest"
python.version: '3.12'
windows-3.7:
imageName: "windows-2019"
python.version: '3.7'
Expand All @@ -81,6 +84,9 @@ jobs:
windows-3.11:
imageName: "windows-2019"
python.version: '3.11'
windows-3.12:
imageName: "windows-2019"
python.version: '3.12'
mac-3.9:
imageName: "macos-11"
python.version: '3.9'
Expand Down
1 change: 1 addition & 0 deletions .azure/scripts/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ steps:
version: 11

- script: |
python -m pip install --upgrade pytest setuptools
python setup.py build_ext --inplace
displayName: 'Build module'

Expand Down

0 comments on commit c11c3a2

Please sign in to comment.