You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-9
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
Boto3 - The AWS SDK for Python
3
3
===============================
4
4
5
-
|Version| |Gitter|
5
+
|Version| |Python| |License|
6
6
7
7
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for
8
8
Python, which allows Python developers to write software that makes use
9
9
of services like Amazon S3 and Amazon EC2. You can find the latest, most
10
10
up to date, documentation at our `doc site`_, including a list of
11
11
services that are supported.
12
12
13
-
Boto3 is maintained and published by Amazon Web Services.
13
+
Boto3 is maintained and published by `Amazon Web Services`_.
14
14
15
15
Notices
16
16
-------
@@ -20,18 +20,17 @@ on 07/15/2021. To avoid disruption, customers using Boto3 on Python 2.7 may
20
20
need to upgrade their version of Python or pin the version of Boto3. For
21
21
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/>`__.
22
22
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.
0 commit comments