From 1e1b189d773e134c67d643021fcd045c66733d7e Mon Sep 17 00:00:00 2001 From: Yuru Shao Date: Fri, 9 Jun 2023 12:54:41 -0700 Subject: [PATCH] Remove py3.7 (#234) * Remove py3.7 * Restore cache action --- .github/workflows/ci.yml | 2 +- dev-requirements.txt | 2 +- requirements.txt | 2 +- tox.ini | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 714342d..c6ca4a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v3 diff --git a/dev-requirements.txt b/dev-requirements.txt index e5ecac7..e1dcf94 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ coverage==6.4.1 -fakeredis==1.7.5 +fakeredis==2.10.2 flake8==6.0.0 freezegun==1.2.1 pytest==7.1.2 diff --git a/requirements.txt b/requirements.txt index 76c5b71..43d34c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ Flask==2.1.2 itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==2.1.1 -redis==4.3.3 +redis==4.5.3 Werkzeug==2.2.3 diff --git a/tox.ini b/tox.ini index 5430e6b..92223a8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37, py38, py39, py310, flake8 +envlist = py38, py39, py310, flake8 [testenv] setenv =