Skip to content

Commit 2a50ae8

Browse files
committed
build python 3.9
1 parent c924721 commit 2a50ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
os: ['ubuntu-latest', 'macos-latest' ]
22-
python-version: ['3.7','3.8']
22+
python-version: ['3.7','3.8', '3.9']
2323

2424
steps:
2525
- uses: actions/checkout@v2
@@ -61,7 +61,7 @@ jobs:
6161
fail-fast: true
6262
matrix:
6363
os: ['windows-latest']
64-
python-version: ['3.7','3.8']
64+
python-version: ['3.7','3.8', '3.9']
6565

6666
steps:
6767
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)