Remove python 3.6

Flask-Limiter 2.2 require >= python 3.7
This commit is contained in:
Dingedi 2022-04-02 21:14:27 +02:00 committed by GitHub
parent 70afa5e5e0
commit 9638b67f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2