Removing 3.6 from test grid and project classifiers

3.6 isn't supported by the github actions anymore.
This commit is contained in:
Jamie Hardt
2023-05-17 16:24:36 -07:00
parent 9838e6b357
commit 3a9d81417e
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3