Skip to content

Commit

Permalink
Run tests on Python 3.13 and PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Oct 8, 2024
1 parent c2cbecc commit 5bbbaf6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: ubuntu-20.04
python: '3.13'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: ubuntu-20.04
python: pypy-2.7
arch: x64
Expand All @@ -58,6 +63,11 @@ jobs:
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: ubuntu-20.04
python: pypy-3.10
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'

- runs-on: ubuntu-20.04
python: 3.8
Expand Down Expand Up @@ -103,6 +113,11 @@ jobs:
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: macos-12
python: '3.13'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: macos-12
python: 3.8
arch: x64
Expand All @@ -120,6 +135,9 @@ jobs:
- runs-on: macos-12
python: pypy-3.9
arch: x64
- runs-on: macos-12
python: pypy-3.10
arch: x64

#- runs-on: windows-2019
# python: 2.7
Expand All @@ -143,6 +161,11 @@ jobs:
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
- runs-on: windows-2019
python: '3.13'
arch: x64
run-praat-tests: true
name-extra: ' (with Praat tests)'
#- runs-on: windows-2019
# python: 2.7
# arch: x86
Expand All @@ -151,6 +174,10 @@ jobs:
python: 3.12
arch: x86
name-extra: ' (32-bit)'
- runs-on: windows-2019
python: 3.13
arch: x86
name-extra: ' (32-bit)'
- runs-on: windows-2019
python: 3.12
arch: x64
Expand All @@ -168,6 +195,9 @@ jobs:
- runs-on: windows-2019
python: pypy-3.9
arch: x64
- runs-on: windows-2019
python: pypy-3.10
arch: x64

name: Python ${{ matrix.python }}${{ matrix.name-extra }} • ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit 5bbbaf6

Please sign in to comment.