Skip to content

Commit

Permalink
Merge pull request #143 from consideRatio/pr/testjh5
Browse files Browse the repository at this point in the history
ci: test jupyterhub 5, python 3.12, ubuntu 24.04
  • Loading branch information
consideRatio authored Sep 11, 2024
2 parents f001833 + 7f5c872 commit 45b06fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- python-version: "3.11"
pip-install-spec: "jupyterhub==4.*"
runs-on: ubuntu-22.04
- python-version: "3.12"
pip-install-spec: "jupyterhub==5.*"
runs-on: ubuntu-24.04

# latest version of python and jupyterhub (including pre-releases)
- python-version: "3.x"
Expand All @@ -52,7 +55,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "lts/*"
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 45b06fe

Please sign in to comment.