build: bump python version to 3.14 (#1485)

* build: bump python to 3.14

* ci: bump python to 3.14, update docs

* build: remove version condition for audioop-lts

* chore: formatting pass

* fix: disallow 3.15.0

* build: bump pyside version to 6.11.2

* fix(ui): allow valid None value for cancelButtonText to hide button
This commit is contained in:
Travis Abendshien
2026-08-19 14:22:25 -07:00
committed by GitHub
parent 112b27f059
commit f5a30489d7
63 changed files with 162 additions and 146 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'