Skip to content

Commit

Permalink
Activat tests for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0tonic committed Feb 14, 2024
1 parent e2f3440 commit 92194ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
pip-install-spec: "jupyterhub==4.*"
- python-version: "3.11"
pip-install-spec: "jupyterhub==4.*"
- python-version: "3.12"
pip-install-spec: "jupyterhub==4.*"

# test unreleased jupyterhub, failures tolerated
- python-version: "3.X"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ target_version = [
"py39",
"py310",
"py311",
"py312",
]


Expand Down

0 comments on commit 92194ec

Please sign in to comment.