Skip to content

Commit 3aa7319

Browse files
authored
standardize on ga python 313 (Azure#37930)
1 parent 7577685 commit 3aa7319

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eng/pipelines/templates/stages/platform-matrix-excluding-pypy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"Ubuntu2004_3130": {
4343
"OSVmImage": "env:LINUXVMIMAGE",
4444
"Pool": "env:LINUXPOOL",
45-
"PythonVersion": "3.13.0-rc.3",
45+
"PythonVersion": "3.13",
4646
"CoverageArg": "--disablecov",
4747
"TestSamples": "false"
4848
}

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"Ubuntu2004_313": {
4343
"OSVmImage": "env:LINUXVMIMAGE",
4444
"Pool": "env:LINUXPOOL",
45-
"PythonVersion": "3.13.0-rc.3",
45+
"PythonVersion": "3.13",
4646
"CoverageArg": "--disablecov",
4747
"TestSamples": "false"
4848
}

sdk/cosmos/cosmos-emulator-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"Skip.Analyze": "true"
4747
},
4848
"Emulator Tests Python 3.13": {
49-
"PythonVersion": "3.13.0-rc.3",
49+
"PythonVersion": "3.13",
5050
"CoverageArg": "--disablecov",
5151
"TestSamples": "false",
5252
"ToxTestEnv": "'whl,sdist'",

0 commit comments

Comments
 (0)