Remove a bunch of 3.6 stuff

This commit is contained in:
Darren Burns 2022-08-02 15:25:35 +01:00
parent ca0aa4ca14
commit c71a1523fb
No known key found for this signature in database
GPG key ID: B0939B45037DC345
4 changed files with 4 additions and 32 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", "3.11.0-beta.4"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-beta.4"]
defaults:
run:
shell: bash