feature: remove support for python 3.6

This commit is contained in:
winkidney
2022-04-21 09:07:10 -07:00
parent 5acbe212df
commit 2768aab6bf

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v1