Skip to content

Commit 9ac4c67

Browse files
committed
Attempt to fix the GHA build on Python 3.9
1 parent 5f4a5fa commit 9ac4c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)