Removing 3.7 support

This commit is contained in:
Jamie Hardt
2024-11-26 11:01:49 -08:00
parent 7d3a58bff8
commit c0d278e079
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}