From 029a6f16480ee3a30ef8b43fbb0cd37afb145e47 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 8 Nov 2024 11:41:40 +0000 Subject: [PATCH] use stable 3.13 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f15b969..00430ce5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13.0rc2" + - "3.13" test_type: - tests_unit jupyterhub: @@ -34,7 +34,7 @@ jobs: environment-file: environment-dev.yml create-args: >- python=${{ matrix.python-version }} - -c conda-forge -c conda-forge/label/python_rc + -c conda-forge - name: Install JHub Apps run: |