Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.14"
- name: Install Build Tools
run: |
python -m pip install build wheel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.14"
- name: Install Build Tools
run: |
python -m pip install build wheel
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
python-version: '3.14'

- name: Get version from setup.py
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Bakes in every optional dependency (all language phonemizers + voice cloning),
# the espeak-ng binary, and a pre-filled voice index so the server starts cleanly
# on an empty cache (see issue #98).
FROM python:3.11-slim
FROM python:3.14-slim

# System deps: espeak-ng (phonemization), libsndfile1 (soundfile, for cloning
# reference audio), git/build tooling for any source wheels.
Expand Down
Loading