Skip to content

Commit

Permalink
update matrix not to include py314, use jdk22 for py313
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Oct 12, 2024
1 parent f5f604d commit 80a54c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
linux_py313_jdk17:
imageName: "ubuntu-latest"
python.version: "3.13"
jdk.version: '17'
linux_py314_jdk22:
imageName: "ubuntu-latest"
python.version: "3.14"
jdk.version: '22'
#linux_py314_jdk22:
# imageName: "ubuntu-latest"
# python.version: "3.14.0-alpha.0"
# jdk.version: '22'
# Windows
windows_py38_jdk8:
imageName: "windows-2019"
Expand Down

0 comments on commit 80a54c1

Please sign in to comment.