Remove Python 3.7 support.

Make corresponding changes to other files (including a few that I
missed before).
This commit is contained in:
Nathan Baker
2023-01-29 14:58:57 -08:00
parent 967e8e7912
commit 74b8425234
5 changed files with 5 additions and 5 deletions

View File

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