Require Python 3.7+

This commit is contained in:
2021-04-09 09:04:34 -05:00
parent 4e230c2120
commit 5d7c2ea089
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
steps:
- name: Check out source code