Remove py3.7 (#234)

* Remove py3.7

* Restore cache action
This commit is contained in:
Yuru Shao 2023-06-09 12:54:41 -07:00 committed by GitHub
parent a2a887bb2c
commit 1e1b189d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.8', '3.9', '3.10']
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

@ -1,5 +1,5 @@
coverage==6.4.1 coverage==6.4.1
fakeredis==1.7.5 fakeredis==2.10.2
flake8==6.0.0 flake8==6.0.0
freezegun==1.2.1 freezegun==1.2.1
pytest==7.1.2 pytest==7.1.2

View file

@ -3,5 +3,5 @@ Flask==2.1.2
itsdangerous==2.1.2 itsdangerous==2.1.2
Jinja2==3.1.2 Jinja2==3.1.2
MarkupSafe==2.1.1 MarkupSafe==2.1.1
redis==4.3.3 redis==4.5.3
Werkzeug==2.2.3 Werkzeug==2.2.3

View file

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py37, py38, py39, py310, flake8 envlist = py38, py39, py310, flake8
[testenv] [testenv]
setenv = setenv =