зеркало из https://github.com/microsoft/Oryx.git
New Python Sdks 2023-03-15 (#1931)
* Add new python SDK versions * Add runtime build number * Update python 3.10 * Update build number * Revert new python versions --------- Co-authored-by: Oryx Team <oryx@microsoft.com>
This commit is contained in:
Родитель
b4305ef7f1
Коммит
34c00c8328
|
@ -1,6 +1,6 @@
|
|||
# This file was auto-generated from 'constants.yaml'. Changes may be overridden.
|
||||
|
||||
PYTHON_RUNTIME_BASE_TAG='20230209.1'
|
||||
PYTHON_RUNTIME_BASE_TAG='20230316.1'
|
||||
PIP_VERSION='21.2.4'
|
||||
PYTHON27_VERSION='2.7.18'
|
||||
PYTHON36_VERSION='3.6.15'
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
file-name-prefix: __
|
||||
- name: python-versions
|
||||
constants:
|
||||
python-runtime-base-tag: 20230209.1
|
||||
python-runtime-base-tag: 20230316.1
|
||||
pip-version: 21.2.4
|
||||
python27-version: 2.7.18
|
||||
python36-version: 3.6.15
|
||||
|
|
|
@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Common
|
|||
{
|
||||
public static class PythonVersions
|
||||
{
|
||||
public const string PythonRuntimeBaseTag = "20230209.1";
|
||||
public const string PythonRuntimeBaseTag = "20230316.1";
|
||||
public const string PipVersion = "21.2.4";
|
||||
public const string Python27Version = "2.7.18";
|
||||
public const string Python36Version = "3.6.15";
|
||||
|
|
Загрузка…
Ссылка в новой задаче