Upgrades minimum supported Python to 3.11

This commit is contained in:
Trenton H
2026-02-26 10:20:40 -08:00
parent 5498503d60
commit d79b8806de
13 changed files with 87 additions and 759 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.11', '3.12', '13', '3.14']
fail-fast: false
steps:
- name: Checkout