-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.13-rc.3 In Platform Matrix (#37508)
* add python 3.13 to our test matrix across all packages * skip py313 for azure-ai-ml * update azure-core-experimental tests to no longer fail on py313 (thanks Xiang!) * bump the minimum version of azure-core for azure-cosmos to 1.30.0 (for mindependency only, not setup.py) --------- Co-authored-by: Xiang Yan <xiangsjtu@gmail.com>
- Loading branch information
1 parent
b6909f0
commit 19c6330
Showing
12 changed files
with
88 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
eng/pipelines/templates/stages/platform-matrix-no-312.json
This file was deleted.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
eng/pipelines/templates/stages/platform-matrix-no-313.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"displayNames": { | ||
"--disablecov": "", | ||
"false": "", | ||
"true": "" | ||
}, | ||
"matrix": { | ||
"Agent": { | ||
"windows-2022": { "OSVmImage": "env:WINDOWSVMIMAGE", "Pool": "env:WINDOWSPOOL" }, | ||
"ubuntu-20.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" }, | ||
"macos-latest": { "OSVmImage": "env:MACVMIMAGE", "Pool": "env:MACPOOL" } | ||
}, | ||
"PythonVersion": [ "3.8", "pypy3.9", "3.11", "3.10"], | ||
"CoverageArg": "--disablecov", | ||
"TestSamples": "false" | ||
}, | ||
"include": [ | ||
{ | ||
"CoverageConfig": { | ||
"ubuntu2004_39_coverage": { | ||
"OSVmImage": "env:LINUXVMIMAGE", | ||
"Pool": "env:LINUXPOOL", | ||
"PythonVersion": "3.9", | ||
"CoverageArg": "", | ||
"TestSamples": "false" | ||
} | ||
} | ||
}, | ||
{ | ||
"Config": { | ||
"Ubuntu2004_312": { | ||
"OSVmImage": "env:LINUXVMIMAGE", | ||
"Pool": "env:LINUXPOOL", | ||
"PythonVersion": "3.12", | ||
"CoverageArg": "--disablecov", | ||
"TestSamples": "false" | ||
} | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters