We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0eb04 commit 373c7acCopy full SHA for 373c7ac
1 file changed
.github/workflows/sounddevice-data.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v6
23
with:
24
- python-version: ${{ matrix.os == 'windows-11-arm' && '3.13' || '3.10' }}
+ python-version: "3.13"
25
architecture: ${{ matrix.arch }}
26
- name: Double-check Python version
27
run: |
0 commit comments