Skip to content

Commit 04355fc

Browse files
committed
CI: upgrade to Python 3.9 (and 3.6 as minimum supported version)
1 parent 6e7b0e7 commit 04355fc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.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.8
11+
python-version: 3.9
1212
jack: jackd2
1313
- os: ubuntu-latest
14-
python-version: 3.5
14+
python-version: 3.6
1515
jack: jackd2
1616
- os: ubuntu-latest
17-
python-version: 3.8
17+
python-version: 3.9
1818
jack: jackd1
1919
- os: macos-latest
20-
python-version: 3.8
20+
python-version: 3.9
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.8
59+
python-version: 3.9
6060
- name: Double-check Python version
6161
run: |
6262
python --version

0 commit comments

Comments
 (0)