Skip to content

Commit

Permalink
ci: update python and k8s versions to test with, include py312
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 21, 2023
1 parent 1132a4c commit 68699c6
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 @@ -50,13 +50,13 @@ jobs:
kubernetes_asyncio==24.2.3
# Test with modern python and k8s versions
- python: "3.9"
k3s: stable
- python: "3.10"
k3s: latest
- python: "3.11"
k3s: v1.27
- python: "3.12"
k3s: v1.28

# Test with latest python and JupyterHub in main branch
- python: "3.11"
- python: "3.X"
k3s: latest
test_dependencies: git+https://github.com/jupyterhub/jupyterhub

Expand Down

0 comments on commit 68699c6

Please sign in to comment.