Skip to content

Commit f5e1b83

Browse files
authored
Update links and notices in README (#3142)
1 parent 076b141 commit f5e1b83

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.rst

+7-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Boto3 - The AWS SDK for Python
33
===============================
44

5-
|Version| |Gitter|
5+
|Version| |Python| |License|
66

77
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for
88
Python, which allows Python developers to write software that makes use
99
of services like Amazon S3 and Amazon EC2. You can find the latest, most
1010
up to date, documentation at our `doc site`_, including a list of
1111
services that are supported.
1212

13-
Boto3 is maintained and published by Amazon Web Services.
13+
Boto3 is maintained and published by `Amazon Web Services`_.
1414

1515
Notices
1616
-------
@@ -20,18 +20,17 @@ on 07/15/2021. To avoid disruption, customers using Boto3 on Python 2.7 may
2020
need to upgrade their version of Python or pin the version of Boto3. For
2121
more information, see this `blog post <https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/>`__.
2222

23+
Starting in May 2022, we will be dropping support for Python 3.6. This follows the Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0494/#lifespan>`__ for the runtime which occurred on 2021-12-23.
2324

2425
.. _boto: https://docs.pythonboto.org/
2526
.. _`doc site`: https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
26-
.. |Gitter| image:: https://badges.gitter.im/boto/boto3.svg
27-
:target: https://gitter.im/boto/boto3
28-
:alt: Gitter
29-
.. |Downloads| image:: http://img.shields.io/pypi/dm/boto3.svg?style=flat
27+
.. _`Amazon Web Services`: https://aws.amazon.com/what-is-aws/
28+
.. |Python| image:: https://img.shields.io/pypi/pyversions/boto3.svg?style=flat
3029
:target: https://pypi.python.org/pypi/boto3/
31-
:alt: Downloads
30+
:alt: Python Versions
3231
.. |Version| image:: http://img.shields.io/pypi/v/boto3.svg?style=flat
3332
:target: https://pypi.python.org/pypi/boto3/
34-
:alt: Version
33+
:alt: Package Version
3534
.. |License| image:: http://img.shields.io/pypi/l/boto3.svg?style=flat
3635
:target: https://github.com/boto/boto3/blob/develop/LICENSE
3736
:alt: License
@@ -114,7 +113,6 @@ bandwidth to address them. Please use these community resources for getting
114113
help:
115114

116115
* Ask a question on `Stack Overflow <https://stackoverflow.com/>`__ and tag it with `boto3 <https://stackoverflow.com/questions/tagged/boto3>`__
117-
* Come join the AWS Python community chat on `gitter <https://gitter.im/boto/boto3>`__
118116
* Open a support ticket with `AWS Support <https://console.aws.amazon.com/support/home#/>`__
119117
* If it turns out that you may have found a bug, please `open an issue <https://github.com/boto/boto3/issues/new>`__
120118

0 commit comments

Comments
 (0)