Skip to content

Commit

Permalink
drop 3.6 (#25115)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
xiangyan99 and scbedd authored Jul 12, 2022
1 parent 500ad09 commit 4a7fc09
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"Agent": {
"ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
},
"PythonVersion": [ "3.6" ]
"PythonVersion": [ "3.9" ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -33,7 +33,7 @@
"Agent": {
"windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" }
},
"PythonVersion": "3.6",
"PythonVersion": "3.9",
"CoverageArg": "--disablecov"
}
]
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 3 additions & 1 deletion sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core/azure/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.24.3"
VERSION = "1.25.0"
3 changes: 1 addition & 2 deletions sdk/core/azure-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/platform-matrix-all-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 4a7fc09

Please sign in to comment.