Skip to content

Commit 72b59a0

Browse files
committed
Update README.rst about supported python versions
1 parent 52f50de commit 72b59a0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ both in development, staging, and production without any major issues.
4545
Requirements
4646
============
4747

48-
* Python 2.7
49-
* Python 3.5+
48+
* Python 3.7+
5049

5150
Stacker Command
5251
===============
@@ -60,7 +59,7 @@ Here are some examples:
6059

6160
``destroy``:
6261
tears down your stacks
63-
62+
6463
``diff``:
6564
compares your currently deployed stack templates to your config files
6665

@@ -76,26 +75,26 @@ Getting Started
7675
``stacker_cookiecutter``: https://github.com/cloudtools/stacker_cookiecutter
7776

7877
We recommend creating your base `stacker` project using ``stacker_cookiecutter``.
79-
This tool will install all the needed dependencies and created the project
78+
This tool will install all the needed dependencies and created the project
8079
directory structure and files. The resulting files are well documented
8180
with comments to explain their purpose and examples on how to extend.
82-
81+
8382
``stacker_blueprints``: https://github.com/cloudtools/stacker_blueprints
8483

8584
This repository holds working examples of ``stacker`` blueprints.
86-
Each blueprint works in isolation and may be referenced, extended, or
85+
Each blueprint works in isolation and may be referenced, extended, or
8786
copied into your project files. The blueprints are written in Python
8887
and use the troposphere_ library.
89-
88+
9089
``stacker reference documentation``:
91-
90+
9291
We document all functionality and features of stacker in our extensive
9392
reference documentation located at readthedocs_.
9493

9594
``AWS OSS Blog``: https://aws.amazon.com/blogs/opensource/using-aws-codepipeline-and-open-source-tools-for-at-scale-infrastructure-deployment/
9695

9796
The AWS OSS Blog has a getting started guide using stacker with AWS CodePipeline.
98-
97+
9998

10099
Docker
101100
======

0 commit comments

Comments
 (0)