Skip to content

Commit 5dde989

Browse files
committed
ci: test against jupyterhub 1.3.0
1 parent 706c560 commit 5dde989

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@ jobs:
3333
- "1.0.0"
3434
- "1.1.0"
3535
- "1.2.0"
36+
- "1.3.0"
3637
allow_failure: [false]
3738

39+
exclude:
40+
# JupyterHub 1.3.0 requires python 3.6+
41+
- JHUB_VER: "1.3.0"
42+
python-version: "3.5"
3843
include:
3944
- JHUB_VER: "master"
4045
python-version: "3.9"

0 commit comments

Comments
 (0)