mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-21 19:42:27 +02:00
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:
committed by
GitHub
parent
112b27f059
commit
f5a30489d7
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user