Enables testing against 3.13 for fun

This commit is contained in:
Trenton H
2025-10-01 08:50:33 -07:00
parent 80fabb0b56
commit 367f47b2fd

View File

@@ -127,7 +127,7 @@ jobs:
- pre-commit
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
fail-fast: false
steps:
- name: Checkout