Skip to content

Commit

Permalink
Merge pull request #529 from minrk/update
Browse files Browse the repository at this point in the history
update test versions in ci
  • Loading branch information
minrk authored Feb 12, 2025
2 parents adf9f43 + 88d8c69 commit 0a14f78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
pip-install-spec: "jupyterhub==2.3.1 sqlalchemy==1.*"
- python-version: "3.9"
pip-install-spec: "jupyterhub==3.*"
- python-version: "3.11"
pip-install-spec: "jupyterhub==4.*"
- python-version: "3.11"
pip-install-spec: "jupyterhub==4.*"
test-variation: internal-ssl
- python-version: "3.11"
pip-install-spec: "jupyterhub==4.*"
test-variation: podman
- python-version: "3.12"
pip-install-spec: "jupyterhub==5.*"
test-variation: internal-ssl
- python-version: "3.13"
pip-install-spec: "jupyterhub==5.*"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0a14f78

Please sign in to comment.