Skip to content

Commit a836815

Browse files
committed
Add tests for Python 3.8, 3.9
1 parent 94c4975 commit a836815

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
name: "Test answer key"
2121
strategy:
2222
matrix:
23-
CONDA_PY: [3.7]
23+
CONDA_PY:
24+
- 3.7
25+
- 3.8
26+
- 3.9
2427

2528
steps:
2629
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)