ci: bump python to 3.14, update docs

This commit is contained in:
Travis Abendshien
2026-08-17 15:31:53 -07:00
parent e387af7110
commit 8d580418a7
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'