Deprecate Python 3.6 support

This commit is contained in:
Aleksi Häkli 2022-04-15 19:23:05 +03:00 committed by GitHub
parent 38fd8b6f16
commit 3c7ccc4e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.8-v7.3.7']
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8-v7.3.7']
steps:
- uses: actions/checkout@v2