Drop Python 3.6 from testing in GitHub actions

See #2566.
This commit is contained in:
Dave Pearson 2022-10-10 15:47:23 +01:00
parent ce55112d2a
commit 05707d5eb8
No known key found for this signature in database
GPG Key ID: B413E0EF113D4ABF
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
defaults:
run:
shell: bash