removed python 3.6 support

This commit is contained in:
Bryan Bailey
2022-04-01 22:08:02 -04:00
parent 0a2f5d753a
commit f1b234a8cc
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9']
steps:
- uses: actions/checkout@v2