Skip to content

Commit 16b3984

Browse files
committed
CI: Upgrade to Python 3.10
1 parent 769afb5 commit 16b3984

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
matrix:
99
include:
1010
- os: ubuntu-latest
11-
python-version: 3.9
11+
python-version: "3.10"
1212
jack: jackd2
1313
- os: ubuntu-latest
14-
python-version: 3.6
14+
python-version: "3.6"
1515
jack: jackd2
1616
- os: ubuntu-latest
17-
python-version: 3.9
17+
python-version: "3.10"
1818
jack: jackd1
1919
- os: macos-latest
20-
python-version: 3.9
20+
python-version: "3.10"
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Install JACK on Ubuntu
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Python
5757
uses: actions/setup-python@v1
5858
with:
59-
python-version: 3.9
59+
python-version: "3.10"
6060
- name: Double-check Python version
6161
run: |
6262
python --version

0 commit comments

Comments
 (0)