ci: bump python to 3.14, update docs

This commit is contained in:
Travis Abendshien
2026-08-17 15:31:53 -07:00
parent ea76910451
commit bc96ba9e52
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ runs:
if: inputs.skip-setup != 'true'
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'
- name: Setup uv install
if: inputs.skip-setup != 'true'