Skip to content

Commit

Permalink
📝 Add Python 2.7 to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 15, 2019
1 parent 64238d6 commit 649c81d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

* [`python3.7`, `latest` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-flask-docker/blob/master/python3.7/Dockerfile)
* [`python3.6` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-flask-docker/blob/master/python3.6/Dockerfile)
* [`python2.7` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-flask-docker/blob/master/python2.7/Dockerfile)
* [`python3.6-alpine3.8` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-flask-docker/blob/master/python3.6-alpine3.8/Dockerfile)
* [`python3.7-alpine3.8` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-flask-docker/blob/master/python3.7-alpine3.8/Dockerfile)

Expand Down Expand Up @@ -338,6 +339,8 @@ All the image tags, configurations, environment variables and application option

### Next Release

* Add support for Python 2.7 (you should use Python 3.7 or Python 3.6). PR [#11](https://github.com/tiangolo/meinheld-gunicorn-flask-docker/pull/11).

* Update Travis CI configuration. PR [#10](https://github.com/tiangolo/meinheld-gunicorn-flask-docker/pull/10) by [@cclauss](https://github.com/cclauss).

### 0.1.0
Expand Down

0 comments on commit 649c81d

Please sign in to comment.