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 - lint
strategy: strategy:
matrix: matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"] python: ["3.8", "3.9", "3.10", "3.11"]
fail-fast: false fail-fast: false
name: "Test on Python ${{ matrix.python }}" name: "Test on Python ${{ matrix.python }}"
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -1,13 +1,11 @@
[tox] [tox]
env_list = env_list = py38,py39,py310,py311
py37,py38,py39,py310,py311
minversion = 4.5.1 minversion = 4.5.1
[gh-actions] [gh-actions]
# Map Github Actions Python version to environment factors # Map Github Actions Python version to environment factors
# Requires tox-gh-actions 3.x is installed in the GitHub action # Requires tox-gh-actions 3.x is installed in the GitHub action
python = python =
3.7: py37
3.8: py38 3.8: py38
3.9: py39 3.9: py39
3.10: py310 3.10: py310