зеркало из https://github.com/microsoft/Oryx.git
Williamhe/1735613 remove 3.11.1 references from codebase (#1876)
* Remove 3.11.1 references * Uncomment test * Update runtime tag without python version 3.11.1 * Remove additional 3.11.1 reference
This commit is contained in:
Родитель
8e1b90d65e
Коммит
edea6f6f63
|
@ -1,6 +1,6 @@
|
|||
# This file was auto-generated from 'constants.yaml'. Changes may be overridden.
|
||||
|
||||
PYTHON_RUNTIME_BASE_TAG='20230208.7'
|
||||
PYTHON_RUNTIME_BASE_TAG='20230209.1'
|
||||
PIP_VERSION='21.2.4'
|
||||
PYTHON27_VERSION='2.7.18'
|
||||
PYTHON36_VERSION='3.6.15'
|
||||
|
@ -8,4 +8,4 @@ PYTHON37_VERSION='3.7.15'
|
|||
PYTHON38_VERSION='3.8.16'
|
||||
PYTHON39_VERSION='3.9.15'
|
||||
PYTHON310_VERSION='3.10.8'
|
||||
PYTHON311_VERSION='3.11.1'
|
||||
PYTHON311_VERSION='3.11.0'
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
file-name-prefix: __
|
||||
- name: python-versions
|
||||
constants:
|
||||
python-runtime-base-tag: 20230208.7
|
||||
python-runtime-base-tag: 20230209.1
|
||||
pip-version: 21.2.4
|
||||
python27-version: 2.7.18
|
||||
python36-version: 3.6.15
|
||||
|
@ -150,7 +150,7 @@
|
|||
python38-version: 3.8.16
|
||||
python39-version: 3.9.15
|
||||
python310-version: 3.10.8
|
||||
python311-version: 3.11.1
|
||||
python311-version: 3.11.0
|
||||
runtime-versions:
|
||||
- 2.7
|
||||
- 3.6
|
||||
|
|
|
@ -972,7 +972,6 @@
|
|||
- 3.10.8
|
||||
- 3.11.0b1
|
||||
- 3.11.0
|
||||
- 3.11.1
|
||||
|
||||
### buster
|
||||
|
||||
|
|
|
@ -20,6 +20,5 @@
|
|||
|
||||
3.11.0b1, A035C8C19219BA821ECEA86B64E628F8D684696D,
|
||||
3.11.0, A035C8C19219BA821ECEA86B64E628F8D684696D
|
||||
3.11.1, A035C8C19219BA821ECEA86B64E628F8D684696D
|
||||
|
||||
# NOTE: Make sure to set the default version in 'defaultVersion.txt' file
|
||||
|
|
|
@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Common
|
|||
{
|
||||
public static class PythonVersions
|
||||
{
|
||||
public const string PythonRuntimeBaseTag = "20230208.7";
|
||||
public const string PythonRuntimeBaseTag = "20230209.1";
|
||||
public const string PipVersion = "21.2.4";
|
||||
public const string Python27Version = "2.7.18";
|
||||
public const string Python36Version = "3.6.15";
|
||||
|
@ -14,7 +14,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Common
|
|||
public const string Python38Version = "3.8.16";
|
||||
public const string Python39Version = "3.9.15";
|
||||
public const string Python310Version = "3.10.8";
|
||||
public const string Python311Version = "3.11.1";
|
||||
public const string Python311Version = "3.11.0";
|
||||
public static readonly List<string> RuntimeVersions = new List<string> { "2.7", "3.6", "3.8", "3.9", "3.10", "3.11" };
|
||||
}
|
||||
}
|
|
@ -66,7 +66,7 @@ namespace Microsoft.Oryx.Integration.Tests
|
|||
});
|
||||
}
|
||||
|
||||
[Fact(Skip = "Story #1735613 we want to wait on releasing latest 3.11 to production but also want to have an Oryx-CI release.")]
|
||||
[Fact]
|
||||
[Trait("category", "python-3.11")]
|
||||
[Trait("build-image", "github-actions-debian-bullseye")]
|
||||
public async Task CanBuildAndRun_DjangoRegex()
|
||||
|
|
Загрузка…
Ссылка в новой задаче