Skip to content

Commit

Permalink
Test Python3.13rc2 support on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 24, 2024
1 parent 3a9ac3c commit 2dd99d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13.0rc2"
test_type:
- tests_unit
jupyterhub:
Expand All @@ -33,7 +34,7 @@ jobs:
environment-file: environment-dev.yml
create-args: >-
python=${{ matrix.python-version }}
-c conda-forge
-c conda-forge -c conda-forge/label/python_rc
- name: Install JHub Apps
run: |
Expand Down

0 comments on commit 2dd99d4

Please sign in to comment.