Skip to content

Commit

Permalink
.azure/build.yml: Add Python 3.12 to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 31, 2023
1 parent 7363ce8 commit 3ed041d
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 test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest
pyinstaller
jedi==0.18.0
setuptools ; python_version >= "3.12"

0 comments on commit 3ed041d

Please sign in to comment.