Skip to content

Commit

Permalink
🔥 Remove support for Python 3.5 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored May 7, 2020
1 parent 16c604c commit a308470
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 74 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
python_version: "3.7"
- name: python3.6
python_version: "3.6"
- name: python3.5
python_version: "3.5"
- name: python2.7
python_version: "2.7"
- name: python3.6-alpine3.9
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
python_version: "3.7"
- name: python3.6
python_version: "3.6"
- name: python3.5
python_version: "3.5"
- name: python2.7
python_version: "2.7"
- name: python3.6-alpine3.9
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

* [`python3.7`, `latest` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/docker-images/python3.7.dockerfile)
* [`python3.6` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/docker-images/python3.6.dockerfile)
* [`python3.5` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/docker-images/python3.5.dockerfile)
* [`python2.7` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/docker-images/python2.7.dockerfile)
* [`python3.6-alpine3.9` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/docker-images/python3.6-alpine3.9.dockerfile)
* [`python3.6-alpine3.8` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/docker-images/python3.6-alpine3.8.dockerfile)
Expand All @@ -23,7 +22,7 @@ It doesn't depend on this image but on uWSGI releases for Alpine.

# uwsgi-nginx

**Docker** image with **uWSGI** and **Nginx** for web applications in **Python 3.5** and above, and **Python 2.7** (as **Flask**) in a single container. Optionally with Alpine Linux.
**Docker** image with **uWSGI** and **Nginx** for web applications in **Python 3.6** and above, and **Python 2.7** (as **Flask**) in a single container. Optionally with Alpine Linux.

## Description

Expand Down
67 changes: 0 additions & 67 deletions docker-images/python3.5.dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion scripts/process_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{"NAME": "latest", "PYTHON_VERSION": "3.7"},
{"NAME": "python3.7", "PYTHON_VERSION": "3.7"},
{"NAME": "python3.6", "PYTHON_VERSION": "3.6"},
{"NAME": "python3.5", "PYTHON_VERSION": "3.5"},
{"NAME": "python2.7", "PYTHON_VERSION": "2.7"},
{"NAME": "python3.6-alpine3.9", "PYTHON_VERSION": "3.6"},
{"NAME": "python3.6-alpine3.8", "PYTHON_VERSION": "3.6"},
Expand Down

0 comments on commit a308470

Please sign in to comment.