From 9e512f555eeab20f08f307b16ff202fd9720c683 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:43:37 -0400 Subject: [PATCH] TST: Use Python 3.12 stable --- .github/workflows/ci_workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 05d326bb49..c13271b9a6 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -67,7 +67,7 @@ jobs: # won't break this job at the PR stage. - name: Python 3.12 with latest dev versions of key dependencies, and remote data os: ubuntu-latest - python: '3.12-dev' + python: '3.12' toxenv: py312-test-devdeps toxposargs: --remote-data --run-slow allow_failure: true