Skip to content

Commit 373c7ac

Browse files
authored
Use Python 3.13 for all platforms in sounddevice-data workflow
1 parent 2a0eb04 commit 373c7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sounddevice-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v6
2323
with:
24-
python-version: ${{ matrix.os == 'windows-11-arm' && '3.13' || '3.10' }}
24+
python-version: "3.13"
2525
architecture: ${{ matrix.arch }}
2626
- name: Double-check Python version
2727
run: |

0 commit comments

Comments
 (0)