Compare commits

...

1 Commits

Author SHA1 Message Date
Trenton H
367f47b2fd Enables testing against 3.13 for fun 2025-10-01 08:50:33 -07:00

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