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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The list below are guidelines to use when submitting pull requests. These are th
21
21
- The SDK is released under the [Apache license](http://aws.amazon.com/apache2.0/). Any code you submit will be released under that license.
22
22
- We maintain a high percentage of code coverage in our unit tests. As a general rule of thumb, code changes should not lower the overall code coverage percentage for the project. In practice, this means that **every bug fix and feature addition should include tests.**
23
23
- Code should follow [pep8](https://www.python.org/dev/peps/pep-0008/), although if you are modifying an existing module, it is more important for the code to be consistent if there are any discrepancies. Using [`flake8`](https://flake8.pycqa.org/en/latest/) can assist in identifying `pep8` compliance issues.
24
-
- Code must work on `python3.6` and higher.
24
+
- Code must work on `python3.7` and higher.
25
25
- The AWS CLI is cross platform and code must work on at least Linux, Windows, and Mac OS X. Avoid platform specific behavior.
26
26
- If you would like to implement support for a significant feature that is not yet available in the AWS CLI, please talk to us beforehand to avoid any duplication of effort. You can file an [issue](https://github.com/aws/aws-cli/issues) to discuss the feature request further.
Copy file name to clipboardExpand all lines: README.rst
+1-2Lines changed: 1 addition & 2 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.6.x and greater
30
29
- 3.7.x and greater
31
30
- 3.8.x and greater
32
31
- 3.9.x and greater
@@ -40,7 +39,7 @@ on 2021-07-15. To avoid disruption, customers using the AWS CLI on Python 2.7 ma
40
39
need to upgrade their version of Python or pin the version of the AWS CLI. For
41
40
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/>`__.
42
41
43
-
On 2022-05-30, we will be dropping support for Python 3.6. This follows the
42
+
On 2022-05-30, support for Python 3.6 was ended. This follows the
44
43
Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0494/#lifespan>`__
45
44
for the runtime which occurred on 2021-12-23.
46
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