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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ Requirements
26
26
27
27
The aws-cli package works on Python versions:
28
28
29
-
- 3.7.x and greater
30
29
- 3.8.x and greater
31
30
- 3.9.x and greater
32
31
- 3.10.x and greater
@@ -36,14 +35,13 @@ The aws-cli package works on Python versions:
36
35
Notices
37
36
~~~~~~~
38
37
39
-
On 2021-01-15, deprecation for Python 2.7 was announced and support was dropped
40
-
on 2021-07-15. To avoid disruption, customers using the AWS CLI on Python 2.7 may
41
-
need to upgrade their version of Python or pin the version of the AWS CLI. For
42
-
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/>`__.
43
-
44
38
On 2022-05-30, support for Python 3.6 was ended. This follows the
45
39
Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0494/#lifespan>`__
46
40
for the runtime which occurred on 2021-12-23.
41
+
42
+
On 2023-12-13, support for Python 3.7 was ended. This follows the
43
+
Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0537/#lifespan>`__
44
+
for the runtime which occurred on 2023-06-27.
47
45
For more information, see this `blog post <https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/>`__.
0 commit comments