Skip to content

Commit 9b10256

Browse files
authored
Merge pull request #1330 from jupyter/willingc-patch-2
Update azure pipelines matrix to add Python 3.8
2 parents fe9c57f + a1b53e2 commit 9b10256

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ strategy:
2424
Python37Extensions:
2525
python.version: '3.7'
2626
testgroup: 'nbextensions'
27+
Python38:
28+
python.version: '3.8'
29+
testgroup: 'python'
30+
Python38Extensions:
31+
python.version: '3.8'
32+
testgroup: 'nbextensions'
2733

2834
steps:
2935
- script: |

0 commit comments

Comments
 (0)