Drop support for CPython 3.7

This commit is contained in:
Nate Prewitt
2024-02-20 15:22:20 -08:00
parent 9439fad038
commit 58cea7a728
7 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.9", "pypy-3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9", "pypy-3.10"]
os: [ubuntu-22.04, macOS-latest, windows-latest]
steps: