Skip to content

Commit 535a545

Browse files
authored
tests: add more Python versions (#49)
- 3.12 - 3.13 - 3.14
1 parent e71fbe7 commit 535a545

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,18 @@ jobs:
3737
- "3.9"
3838
- "3.10"
3939
- "3.11"
40+
- "3.12"
41+
- "3.13"
42+
- "3.14"
4043
jupyterhub-version:
4144
- "3"
4245
- "4"
4346
- "5"
47+
exclude:
48+
- python-version: "3.13"
49+
jupyterhub-version: "3"
50+
- python-version: "3.14"
51+
jupyterhub-version: "3"
4452

4553
steps:
4654
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)