summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-09 13:05:24 -0800
committerDavid Lord <davidism@gmail.com>2023-01-09 13:05:24 -0800
commit7ac56b43239a84a7e4610661d4c4b33fc2561cb1 (patch)
treec6efe2e59590045f0c7d275e5ef6cf8d9ac7d681 /.github
parent9777f57d0fb3432d4f8233be1332db2be89a05ee (diff)
downloadwerkzeug-7ac56b43239a84a7e4610661d4c4b33fc2561cb1.tar.gz
fix ci job name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 586308be..293e1132 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -28,7 +28,7 @@ jobs:
- {name: Windows, python: '3.11', os: windows-latest, tox: py311}
- {name: Mac, python: '3.11', os: macos-latest, tox: py311}
- {name: '3.12-dev', python: '3.12-dev', os: ubuntu-latest, tox: py312}
- - {name: '3.11', python: '3.10', os: ubuntu-latest, tox: py310}
+ - {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}