Remove support for Python 3.8

This commit is contained in:
doctorpangloss 2024-02-08 09:41:30 -08:00
parent 04ce040d28
commit 5ace1e9fee

View File

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