-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build for and test on Python 3.13 in CI, and update other CI and RTD …
…Python versions
- Loading branch information
1 parent
1e9169f
commit 77a5942
Showing
3 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,13 @@ jobs: | |
- runs-on: ubuntu-latest | ||
python: '3.11' | ||
arch: x64 | ||
- runs-on: ubuntu-latest | ||
python: '3.12' | ||
arch: x64 | ||
run-praat-tests: true | ||
name-extra: ' (with Praat tests)' | ||
- runs-on: ubuntu-latest | ||
python: '3.12' | ||
python: '3.13' | ||
arch: x64 | ||
run-praat-tests: true | ||
name-extra: ' (with Praat tests)' | ||
|
@@ -53,18 +56,18 @@ jobs: | |
name-extra: ' (with Praat tests)' | ||
|
||
- runs-on: ubuntu-24.04 | ||
python: '3.11' | ||
python: '3.12' | ||
arch: x64 | ||
gcc: 13 | ||
name-extra: ' (GCC 13)' | ||
- runs-on: ubuntu-24.04 | ||
python: '3.11' | ||
python: '3.12' | ||
arch: x64 | ||
clang: 18 | ||
name-extra: ' (Clang 18)' | ||
|
||
- runs-on: ubuntu-latest | ||
python: '3.11' | ||
python: '3.12' | ||
arch: x64 | ||
release: true | ||
name-extra: ' (Release)' | ||
|
@@ -73,15 +76,17 @@ jobs: | |
python: '3.8' | ||
arch: x64 | ||
- runs-on: macos-latest | ||
python: '3.11' | ||
python: '3.12' | ||
arch: x64 | ||
run-praat-tests: true | ||
name-extra: ' (with Praat tests)' | ||
- runs-on: macos-latest | ||
python: '3.12' | ||
python: '3.13' | ||
arch: x64 | ||
run-praat-tests: true | ||
name-extra: ' (with Praat tests)' | ||
- runs-on: macos-latest | ||
python: '3.11' | ||
python: '3.12' | ||
arch: x64 | ||
release: true | ||
name-extra: ' (Release)' | ||
|
@@ -93,23 +98,25 @@ jobs: | |
python: '3.8' | ||
arch: x64 | ||
- runs-on: windows-latest | ||
python: '3.11' | ||
python: '3.12' | ||
arch: x64 | ||
run-praat-tests: true | ||
name-extra: ' (with Praat tests)' | ||
- runs-on: windows-latest | ||
python: '3.12' | ||
python: '3.13' | ||
arch: x64 | ||
run-praat-tests: true | ||
name-extra: ' (with Praat tests)' | ||
- runs-on: windows-latest | ||
python: '3.8' | ||
arch: x86 | ||
name-extra: ' (32-bit)' | ||
- runs-on: windows-latest | ||
python: '3.11' | ||
python: '3.12' | ||
arch: x86 | ||
name-extra: ' (32-bit)' | ||
- runs-on: windows-latest | ||
python: '3.11' | ||
python: '3.12' | ||
arch: x64 | ||
release: true | ||
name-extra: ' (Release)' | ||
|
@@ -221,7 +228,7 @@ jobs: | |
- name: Setup Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
|
||
- name: Setup CMake | ||
uses: jwlawson/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters