Skip to content
Merged
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
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
platform:
- runner: ubuntu-22.04
- runner: ubuntu-24.04
target: x86_64
steps:
- uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
# only CPython and PyPy (which fail) so specify the full path to the CPythons
args: --release --out dist --interpreter /usr/local/bin/python3.9 --interpreter /usr/local/bin/python3.11
args: --release --out dist --interpreter /usr/local/bin/python3.11
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand All @@ -59,12 +59,9 @@ jobs:
matrix:
# Fix up the python versions that maturin detects, as some break
platform:
- runner: macos-13
target: x86_64
python_args: --interpreter /Users/runner/hostedtoolcache/Python/3.9.20/x64/bin/python3.9 --interpreter /usr/local/bin/python3.11
- runner: macos-14
target: aarch64
python_args: --interpreter python3.9 --interpreter python3.11
python_args: --interpreter python3.11
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espeak-py"
version = "0.1.8"
version = "0.1.9"
authors = ["Benjamin Levin <ben@poly-ai.com>"]
edition = "2018"
description = "Python bindings for a narrow subset of espeak"
Expand Down
2 changes: 1 addition & 1 deletion espeak-ng
Submodule espeak-ng updated 448 files
Loading