Stop testing Python 3.6 on CI

This commit is contained in:
Raphael Michel
2022-01-19 17:00:24 +01:00
parent 0757542f4f
commit 5b27ce1265

View File

@@ -18,17 +18,17 @@ jobs:
name: Tests
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.10]
database: [sqlite, postgres, mysql]
exclude:
- database: mysql
python-version: 3.7
- database: sqlite
python-version: 3.7
python-version: 3.8
- database: mysql
python-version: 3.6
python-version: 3.10
- database: sqlite
python-version: 3.6
python-version: 3.7
- database: sqlite
python-version: 3.8
steps:
- uses: actions/checkout@v2
- uses: getong/mariadb-action@v1.1