Skip to content

Commit 92194ec

Browse files
committed
Activat tests for python 3.12
1 parent e2f3440 commit 92194ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
pip-install-spec: "jupyterhub==4.*"
4343
- python-version: "3.11"
4444
pip-install-spec: "jupyterhub==4.*"
45+
- python-version: "3.12"
46+
pip-install-spec: "jupyterhub==4.*"
4547

4648
# test unreleased jupyterhub, failures tolerated
4749
- python-version: "3.X"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ target_version = [
3434
"py39",
3535
"py310",
3636
"py311",
37+
"py312",
3738
]
3839

3940

0 commit comments

Comments
 (0)