Dropped support for Python 3.8, as it reached its end-of-life in October 2024.

This commit is contained in:
Joe Testa
2025-08-24 15:50:58 -04:00
parent aaa7d24565
commit d8d90a3a89
3 changed files with 4 additions and 4 deletions

View File

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