Skip to content

Commit 425ea68

Browse files
committed
test python 3.9
1 parent 2fe8719 commit 425ea68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: [3.6, 3.7, 3.8]
26+
python-version: [3.6, 3.7, 3.8, 3.9]
2727
steps:
2828
- uses: actions/setup-python@v2
2929
with:

0 commit comments

Comments
 (0)