Skip to content

Commit 2725098

Browse files
committed
Add Python 3.9 to GitHub Actions / Workflows
1 parent 63e4a77 commit 2725098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111

1212
runs-on: ubuntu-18.04
1313
strategy:
14-
max-parallel: 5
14+
max-parallel: 6
1515
matrix:
16-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
16+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
1717

1818
steps:
1919
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)