Make Python 3.8 minimum requirement

This commit is contained in:
James R. Barlow
2022-08-02 14:46:01 -07:00
parent 580822a6a2
commit 8a3b82e364
9 changed files with 6 additions and 29 deletions

View File

@@ -20,8 +20,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-18.04
python: "3.7"
- os: ubuntu-20.04
python: "3.8"
- os: ubuntu-20.04