mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
ci: remove py37
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -41,7 +41,7 @@ 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 }}"
|
||||||
|
|||||||
4
tox.ini
4
tox.ini
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user