Remove support for py37

This commit is contained in:
Simon Conseil
2021-10-15 09:30:21 +02:00
parent e12e509381
commit b4f7be2199
4 changed files with 6 additions and 8 deletions

View File

@@ -16,7 +16,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