Skip to content

Commit

Permalink
Merge pull request #299 from cta-epfl/python_3.12
Browse files Browse the repository at this point in the history
Add python 3.12 for tests
  • Loading branch information
consideRatio authored Feb 20, 2024
2 parents e2f3440 + 92194ec commit d75a5db
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 d75a5db

Please sign in to comment.