mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-05-23 07:22:28 -04:00
Remove python 3.6
Flask-Limiter 2.2 require >= python 3.7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user