chore: update actions to allow 3.14

This commit is contained in:
Greyson LaLonde
2026-02-11 11:05:48 -05:00
parent 13478b87ec
commit 82bf8965b0
6 changed files with 12 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Checkout repository