Skip to content

Commit 471f182

Browse files
committed
CI: upgrade to Python 3.10 (and PyPy 3.8)
1 parent f7aada7 commit 471f182

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.9
13+
python-version: "3.10"
1414
- name: Double-check Python version
1515
run: |
1616
python --version

.github/workflows/python-versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
- "3.7"
1010
- "3.8"
1111
- "3.9"
12+
- "3.10"
1213
- "pypy-3.6"
1314
- "pypy-3.7"
15+
- "pypy-3.8"
1416
runs-on: ubuntu-latest
1517
steps:
1618
- name: Install PortAudio

.github/workflows/sounddevice-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.9
19+
python-version: "3.10"
2020
architecture: ${{ matrix.arch }}
2121
- name: Double-check Python version
2222
run: |

0 commit comments

Comments
 (0)