Skip to content

Commit 20f0a66

Browse files
committed
Start testing against Python 3.9.
1 parent 074e3c4 commit 20f0a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-18.04]
15-
python-version: [2.7, 3.6, 3.7, 3.8]
15+
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
1616
include:
1717
- os: macos-10.15
1818
python-version: 3.8

0 commit comments

Comments
 (0)