Skip to content

Commit d8acd23

Browse files
committed
add python 3.9 to the test
1 parent a189a7d commit d8acd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
1313
os: [windows-2019, ubuntu-18.04, ubuntu-20.04]
14-
python-version: [3.7, 3.8]
14+
python-version: [3.7, 3.8, 3.9]
1515
exclude:
1616
- os: ubuntu-20.04
1717
python-version: 3.7

0 commit comments

Comments
 (0)