From e7b68209c77a074a66258bed0e6b8fe86aaaddc6 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Thu, 5 Oct 2023 17:41:43 -0400 Subject: [PATCH] Use py312 for devdeps --- .github/workflows/ci_cron_daily.yml | 7 ------- .github/workflows/ci_tests.yml | 9 +-------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/ci_cron_daily.yml b/.github/workflows/ci_cron_daily.yml index 3fbcfaa1..c50f6db7 100644 --- a/.github/workflows/ci_cron_daily.yml +++ b/.github/workflows/ci_cron_daily.yml @@ -40,13 +40,6 @@ jobs: allow_failure: false prefix: '' - - os: ubuntu-latest - python: '3.11' - tox_env: 'py311-test-devdeps' - toxposargs: --remote-data=any - allow_failure: true - prefix: '(Allowed failure)' - - os: ubuntu-latest python: '3.12' tox_env: 'py312-test-devdeps' diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index c90f9910..e3f0fe1b 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -92,14 +92,7 @@ jobs: prefix: '' - os: ubuntu-latest - python: '3.11' - tox_env: 'py311-test-devdeps' - toxposargs: --remote-data=any - allow_failure: true - prefix: '(Allowed failure)' - - - os: ubuntu-latest - python: '3.12-dev' + python: '3.12' tox_env: 'py312-test-devdeps' toxposargs: --remote-data=any allow_failure: true