Skip to content

Commit

Permalink
Update pyaudio_on_py3_next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 2, 2024
1 parent 9652a5f commit 3e7d1ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pyaudio_on_py3_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
matrix:
# https://github.com/CristiFati/pyaudio/blob/master/INSTALL
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.12, 3.13, 3.14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.13
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 3e7d1ba

Please sign in to comment.