From 17cbfea3fef4cc125d7746894335360703b8739a Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:45:52 -0500 Subject: [PATCH] TST: Use Python 3.13 on devdeps --- .github/workflows/ci_workflows.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 4bc40ce88d..eebe59a549 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -69,13 +69,12 @@ jobs: toxenv: py313-test allow_failure: false - # FIXME: Upgrade to Python 3.13 after glue-viz/bqplot-image-gl#111 is resolved. # This also runs on cron but we want to make sure new changes # won't break this job at the PR stage. - - name: Python 3.12 with latest dev versions of key dependencies, and remote data + - name: Python 3.13 with latest dev versions of key dependencies, and remote data os: ubuntu-latest - python: '3.12' - toxenv: py312-test-devdeps + python: '3.13' + toxenv: py313-test-devdeps toxposargs: --remote-data --run-slow allow_failure: true