Skip to content

Commit 9fd7798

Browse files
committed
Add test for python3.9
1 parent 0864f62 commit 9fd7798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [3.6, 3.7, 3.8]
21+
python-version: [3.6, 3.7, 3.8, 3.9]
2222
os: [ubuntu-latest, macOS-latest]
2323
include:
2424
- os: ubuntu-latest

0 commit comments

Comments
 (0)