Drop support for python 3.6

This commit is contained in:
Unrud 2023-03-05 16:52:07 +01:00 committed by Unrud
parent f8e28f6b6e
commit 794c1f84fb
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy-3.7, pypy-3.8, pypy-3.9]
python-version: ['3.7', '3.8', '3.9', '3.10', pypy-3.7, pypy-3.8, pypy-3.9]
exclude:
- os: windows-latest
python-version: pypy-3.7