Drop py37 from CI

This commit is contained in:
Zac Hatfield-Dodds
2023-06-30 15:19:19 -07:00
parent f617bab0a2
commit 165fbbd12a
8 changed files with 39 additions and 50 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
- name: Install tox
run: |