Skip to content
Snippets Groups Projects
Unverified Commit 9638b67f authored by Dingedi's avatar Dingedi Committed by GitHub
Browse files

Remove python 3.6

Flask-Limiter 2.2 require >= python 3.7
parent 70afa5e5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment