We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2f3440 + 92194ec commit d75a5dbCopy full SHA for d75a5db
.github/workflows/test.yaml
@@ -42,6 +42,8 @@ jobs:
42
pip-install-spec: "jupyterhub==4.*"
43
- python-version: "3.11"
44
45
+ - python-version: "3.12"
46
+ pip-install-spec: "jupyterhub==4.*"
47
48
# test unreleased jupyterhub, failures tolerated
49
- python-version: "3.X"
pyproject.toml
@@ -34,6 +34,7 @@ target_version = [
34
"py39",
35
"py310",
36
"py311",
37
+ "py312",
38
]
39
40
0 commit comments