refactor!: minimal python version bumped to 3.7

This commit is contained in:
Fabian Joswig 2022-01-10 15:28:27 +01:00
parent 6174343de6
commit 6d6d32e0c5
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
include:
- os: macos-latest
python-version: 3.9