Remove support for Python 3.6 and 3.7

Fixes #716
This commit is contained in:
Brian May
2022-03-29 11:44:35 +11:00
parent 5719d424de
commit 6d36916f48
4 changed files with 7 additions and 10 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v3