Skip to content

Commit

Permalink
🔥 Drop support for Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 2, 2024
1 parent 250e36d commit cca8dbc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
python_version: "3.9"
- name: python3.9
python_version: "3.9"
- name: python3.8
python_version: "3.8"
- name: python3.7
python_version: "3.7"
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
python_version: "3.9"
- name: python3.9
python_version: "3.9"
- name: python3.8
python_version: "3.8"
- name: python3.7
python_version: "3.7"
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 0 additions & 8 deletions docker-images/python3.7.dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions docker-images/python3.8.dockerfile

This file was deleted.

0 comments on commit cca8dbc

Please sign in to comment.