Skip to content

Commit a2ad11e

Browse files
authored
🔥 Drop support for Python 3.7 and 3.8 (#246)
1 parent 8e98c64 commit a2ad11e

File tree

7 files changed

+7
-152
lines changed

7 files changed

+7
-152
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,12 @@ jobs:
2121
python_version: "3.10"
2222
- name: python3.9
2323
python_version: "3.9"
24-
- name: python3.8
25-
python_version: "3.8"
26-
- name: python3.7
27-
python_version: "3.7"
2824
- name: python3.11-slim
2925
python_version: "3.11"
3026
- name: python3.10-slim
3127
python_version: "3.10"
3228
- name: python3.9-slim
3329
python_version: "3.9"
34-
- name: python3.8-slim
35-
python_version: "3.8"
3630
fail-fast: true
3731
runs-on: ubuntu-latest
3832
steps:

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,12 @@ jobs:
2525
python_version: "3.10"
2626
- name: python3.9
2727
python_version: "3.9"
28-
- name: python3.8
29-
python_version: "3.8"
30-
- name: python3.7
31-
python_version: "3.7"
3228
- name: python3.11-slim
3329
python_version: "3.11"
3430
- name: python3.10-slim
3531
python_version: "3.10"
3632
- name: python3.9-slim
3733
python_version: "3.9"
38-
- name: python3.8-slim
39-
python_version: "3.8"
4034
fail-fast: true
4135
runs-on: ubuntu-latest
4236
steps:

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,37 @@ Read more about it below.
1313
* [`python3.11`, `latest` _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.11.dockerfile)
1414
* [`python3.10`, _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.10.dockerfile)
1515
* [`python3.9`, _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.9.dockerfile)
16-
* [`python3.8`, _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.8.dockerfile)
17-
* [`python3.7`, _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.7.dockerfile)
1816
* [`python3.11-slim` _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.11-slim.dockerfile)
1917
* [`python3.10-slim` _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.10-slim.dockerfile)
2018
* [`python3.9-slim` _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.9-slim.dockerfile)
21-
* [`python3.8-slim` _(Dockerfile)_](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.8-slim.dockerfile)
2219

2320
## Deprecated tags
2421

2522
🚨 These tags are no longer supported or maintained, they are removed from the GitHub repository, but the last versions pushed might still be available in Docker Hub if anyone has been pulling them:
2623

2724
* `python3.9-alpine3.14`
25+
* `python3.8`
26+
* `python3.8-slim`
2827
* `python3.8-alpine3.10`
28+
* `python3.7`
2929
* `python3.7-alpine3.8`
3030
* `python3.6`
3131
* `python3.6-alpine3.8`
3232

3333
The last date tags for these versions are:
3434

3535
* `python3.9-alpine3.14-2024-03-11`
36+
* `python3.8-2024-11-02`
37+
* `python3.8-slim-2024-11-02`
3638
* `python3.8-alpine3.10-2024-03-11`
39+
* `python3.7-2024-11-02`
3740
* `python3.7-alpine3.8-2024-03-11`
3841
* `python3.6-2022-11-25`
3942
* `python3.6-alpine3.8-2022-11-25`
4043

4144
---
4245

43-
**Note**: There are [tags for each build date](https://hub.docker.com/r/tiangolo/uvicorn-gunicorn/tags). If you need to "pin" the Docker image version you use, you can select one of those tags. E.g. `tiangolo/uvicorn-gunicorn:python3.7-2019-10-15`.
46+
**Note**: There are [tags for each build date](https://hub.docker.com/r/tiangolo/uvicorn-gunicorn/tags). If you need to "pin" the Docker image version you use, you can select one of those tags. E.g. `tiangolo/uvicorn-gunicorn:python3.11-2024-11-02`.
4447

4548
# uvicorn-gunicorn
4649

docker-images/python3.7.dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

docker-images/python3.8-slim.dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

docker-images/python3.8.dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

scripts/process_all.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)