Remove support for Python 3.7

This commit is contained in:
Jeremy Singer-Vine
2023-07-16 18:22:58 -04:00
parent 34070b4985
commit c9d24d50b0
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
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@v3