Python versions

This commit is contained in:
Tom Christie 2024-11-21 11:30:33 +00:00 committed by GitHub
parent d861e9c179
commit b413005684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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