Remove Python 3.9 as unsupported

This commit is contained in:
tcely 2025-05-14 12:49:48 -04:00 committed by GitHub
parent 06591a0020
commit 1c078322ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Install Python ${{ matrix.python-version }}