remove python 3.7

This commit is contained in:
dingedi 2023-01-12 14:44:46 +01:00
parent cb7a12577d
commit 3a635564bf
No known key found for this signature in database
GPG key ID: EE23A12D271A3CED
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,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@v2