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

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
group: [1, 2, 3, 4, 5, 6, 7, 8]
steps:
- name: Checkout code