Remove python 3.6 from supported language versions

This commit is contained in:
Lioman 2022-08-23 13:02:58 +02:00
commit 5103aa9a38
5 changed files with 3 additions and 7 deletions

View file

@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu
python: "3.6"
- os: ubuntu
python: "3.7"
- os: ubuntu