Skip to content

Commit d469f27

Browse files
committed
Fix: Attempt to make the CI build work on Python 3.9
1 parent 5f4a5fa commit d469f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77
name: Build Job
88

9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
strategy:
1111
max-parallel: 4
1212
matrix:
13-
python-version: [3.7, 3.8]
13+
python-version: [3.7, 3.8, 3.9]
1414

1515
steps:
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)