We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aada7 commit 471f182Copy full SHA for 471f182
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Python
11
uses: actions/setup-python@v2
12
with:
13
- python-version: 3.9
+ python-version: "3.10"
14
- name: Double-check Python version
15
run: |
16
python --version
.github/workflows/python-versions.yml
@@ -9,8 +9,10 @@ jobs:
9
- "3.7"
- "3.8"
- "3.9"
+ - "3.10"
- "pypy-3.6"
- "pypy-3.7"
+ - "pypy-3.8"
runs-on: ubuntu-latest
17
steps:
18
- name: Install PortAudio
.github/workflows/sounddevice-data.yml
@@ -16,7 +16,7 @@ jobs:
19
20
architecture: ${{ matrix.arch }}
21
22
0 commit comments