summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-04-20 10:53:08 -0700
committerGitHub <noreply@github.com>2023-04-20 10:53:08 -0700
commit9091dc1d346dd621a38e04b68500aebe6b2f2d87 (patch)
tree70d7695b81c6c945d49679732e20af16c880d06d /.github
parentb57d5907f0daac0747c08dae5924e661df0d8aad (diff)
parent7be1875015f856ec6826f98c13b0edd0d11e8d82 (diff)
downloadwerkzeug-9091dc1d346dd621a38e04b68500aebe6b2f2d87.tar.gz
drop support for Python 3.7 (#2648)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 0f5e4e16..682e0744 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -31,7 +31,6 @@ jobs:
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
- - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: 'PyPy', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy39}
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
steps: