Skip to content

Commit 3482c85

Browse files
authored
Update README.rst file (#27031)
* Update supported Python version in readme Match the current supported version and also links to the version support policy * Update badges remove older travis badge update main branch on Azure DevOps build status badge
1 parent 6d6416d commit 3482c85

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.rst

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ Microsoft Azure SDK for Python
77
.. image:: https://img.shields.io/pypi/pyversions/azure.svg?maxAge=2592000
88
:target: https://pypi.python.org/pypi/azure/
99

10-
.. image:: https://dev.azure.com/azure-sdk/public/_apis/build/status/46?branchName=master
11-
:target: https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=46&branchName=master
12-
13-
.. image:: https://travis-ci.org/Azure/azure-sdk-for-python.svg?branch=master
14-
:target: https://travis-ci.org/Azure/azure-sdk-for-python
10+
.. image:: https://dev.azure.com/azure-sdk/public/_apis/build/status/46?branchName=main
11+
:target: https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=46&branchName=main
1512

1613
.. image:: https://img.shields.io/badge/dependencies-analyzed-blue.svg
1714
:target: https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-python/dependencies/dependencies.html
@@ -22,7 +19,7 @@ access Management (Virtual Machines, ...) or Runtime (ServiceBus using HTTP, Bat
2219
Complete feature list of this repo and where to find Python packages not in this repo can be found on our
2320
`Azure SDK for Python documentation <https://docs.microsoft.com/python/api/overview/azure/?view=azure-python>`__.
2421

25-
The SDK supports Python 2.7, 3.4, 3.5 and 3.6.
22+
The SDK supports 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>`__.
2623

2724
If you're currently using the ``azure`` package < 1.0 then please read important information in `this issue <https://github.com/Azure/azure-sdk-for-python/issues/440>`__.
2825

0 commit comments

Comments
 (0)