* 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:
william-msft 2023-03-16 15:59:20 -07:00 коммит произвёл GitHub
Родитель b4305ef7f1
Коммит 34c00c8328
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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";