Skip to content

Commit a5f250c

Browse files
committed
CI: Run tests on Python 3.9
1 parent 6943959 commit a5f250c

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
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macOS-latest, windows-latest]
9-
python-version: [3.6, 3.7, 3.8]
9+
python-version: [3.6, 3.7, 3.8, 3.9]
1010
steps:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)