ci: remove py37

This commit is contained in:
long2ice
2024-07-24 23:38:20 +08:00
parent 5f985a8506
commit 567934300b
2 changed files with 3 additions and 5 deletions

View File

@@ -41,9 +41,9 @@ jobs:
- lint
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11"]
fail-fast: false
name: "Test on Python ${{ matrix.python }}"
runs-on: ubuntu-latest