From 4a7fc096be615216f922c351824ec838fca2ace7 Mon Sep 17 00:00:00 2001 From: Xiang Yan Date: Tue, 12 Jul 2022 13:31:25 -0700 Subject: [PATCH] drop 3.6 (#25115) * drop 3.6 * update * update * remove 3.6 from two additional platform matrixes. * Update platform-matrix-cryptography-dependency.json * Update platform-matrix-cryptography-dependency.json Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> --- .../templates/stages/platform-matrix-conda-support.json | 2 +- .../stages/platform-matrix-cryptography-dependency.json | 4 ++-- eng/pipelines/templates/stages/platform-matrix.json | 2 +- .../phonenumbers-livetest-matrix.json | 2 +- sdk/core/azure-core/CHANGELOG.md | 4 +++- sdk/core/azure-core/azure/core/_version.py | 2 +- sdk/core/azure-core/setup.py | 3 +-- sdk/storage/platform-matrix-all-versions.json | 2 +- 8 files changed, 11 insertions(+), 10 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix-conda-support.json b/eng/pipelines/templates/stages/platform-matrix-conda-support.json index bbca13e4e15a..ca2b7300251d 100644 --- a/eng/pipelines/templates/stages/platform-matrix-conda-support.json +++ b/eng/pipelines/templates/stages/platform-matrix-conda-support.json @@ -3,6 +3,6 @@ "Agent": { "ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } }, - "PythonVersion": [ "3.6" ] + "PythonVersion": [ "3.9" ] } } diff --git a/eng/pipelines/templates/stages/platform-matrix-cryptography-dependency.json b/eng/pipelines/templates/stages/platform-matrix-cryptography-dependency.json index 9d309a370e7c..ee94f3bdeb9b 100644 --- a/eng/pipelines/templates/stages/platform-matrix-cryptography-dependency.json +++ b/eng/pipelines/templates/stages/platform-matrix-cryptography-dependency.json @@ -7,7 +7,7 @@ "ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }, "macOS-10.15": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" } }, - "PythonVersion": [ "pypy3.7", "3.8", "3.9" ], + "PythonVersion": [ "pypy3.7", "3.8"], "CoverageArg": "--disablecov" }, "include": [ @@ -33,7 +33,7 @@ "Agent": { "windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" } }, - "PythonVersion": "3.6", + "PythonVersion": "3.9", "CoverageArg": "--disablecov" } ] diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index 7b9f0e21cda9..b3aadb177ed0 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -10,7 +10,7 @@ "windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" }, "macOS-10.15": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" } }, - "PythonVersion": [ "pypy3.7", "3.6", "3.7", "3.8" ], + "PythonVersion": [ "pypy3.7", "3.7", "3.8" ], "CoverageArg": "--disablecov", "TestSamples": "false" }, diff --git a/sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json b/sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json index 067cd921f597..da3f760ea4cb 100644 --- a/sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json +++ b/sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json @@ -24,7 +24,7 @@ "COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false" } }, - "PythonVersion": ["pypy3.7", "3.6", "3.7", "3.8"], + "PythonVersion": ["pypy3.7", "3.7", "3.8"], "CoverageArg": "--disablecov", "TestSamples": "false" }, diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index d213c6e69615..4368f7c22ce9 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,6 +1,8 @@ # Release History -## 1.24.3 (Unreleased) +## 1.25.0 (Unreleased) + +Azure-core is supported on Python 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). ### Features Added diff --git a/sdk/core/azure-core/azure/core/_version.py b/sdk/core/azure-core/azure/core/_version.py index 5d5f59654149..af2d4f265eb3 100644 --- a/sdk/core/azure-core/azure/core/_version.py +++ b/sdk/core/azure-core/azure/core/_version.py @@ -9,4 +9,4 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "1.24.3" +VERSION = "1.25.0" diff --git a/sdk/core/azure-core/setup.py b/sdk/core/azure-core/setup.py index 4d5f5fdd2805..df5ca6ac27ef 100644 --- a/sdk/core/azure-core/setup.py +++ b/sdk/core/azure-core/setup.py @@ -49,7 +49,6 @@ 'Programming Language :: Python', "Programming Language :: Python :: 3 :: Only", 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', @@ -65,7 +64,7 @@ package_data={ 'pytyped': ['py.typed'], }, - python_requires=">=3.6", + python_requires=">=3.7", install_requires=[ 'requests>=2.18.4', 'six>=1.11.0', diff --git a/sdk/storage/platform-matrix-all-versions.json b/sdk/storage/platform-matrix-all-versions.json index 02201b8ee218..cd6c3e8af40b 100644 --- a/sdk/storage/platform-matrix-all-versions.json +++ b/sdk/storage/platform-matrix-all-versions.json @@ -10,7 +10,7 @@ "windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" }, "macOS-10.15": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" } }, - "PythonVersion": [ "pypy3.7", "3.6", "3.7", "3.8", "3.9" ], + "PythonVersion": [ "pypy3.7", "3.7", "3.8", "3.9" ], "CoverageArg": "--disablecov", "TestSamples": "false", "AZURE_LIVE_TEST_SERVICE_VERSION": [