Drop support for python3.6 (#444)

This commit is contained in:
James Hilton-Balfe
2023-02-09 08:35:41 +00:00
committed by GitHub
parent 0adcc9020c
commit 1b1bd47cb1
6 changed files with 922 additions and 355 deletions

View File

@@ -16,10 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
exclude:
- os: Windows
python-version: 3.6
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2