Typo on 3.13

This commit is contained in:
Trenton H
2026-02-26 10:31:38 -08:00
parent d79b8806de
commit 92c9e3720f

View File

@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.11', '3.12', '13', '3.14']
python-version: ['3.11', '3.12', '3.13', '3.14']
fail-fast: false
steps:
- name: Checkout