From 598441ad099989c22c52ec50dd01133457401bdb Mon Sep 17 00:00:00 2001 From: Andrew Hearin Date: Wed, 1 Apr 2026 06:46:36 -0500 Subject: [PATCH] In tox.ini: py11-test-alldeps --> py311-test-alldeps --- .github/workflows/cron_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron_tests.yaml b/.github/workflows/cron_tests.yaml index d93b226be..7125ce640 100644 --- a/.github/workflows/cron_tests.yaml +++ b/.github/workflows/cron_tests.yaml @@ -18,12 +18,12 @@ jobs: - name: Ubuntu - Python 3.11 with all optional dependencies os: ubuntu-latest python: "3.11" - toxenv: 'py11-test-alldeps' + toxenv: 'py311-test-alldeps' - name: MacOs - Python 3.11 with all optional dependencies os: macos-latest python: "3.11" - toxenv: 'py11-test-alldeps' + toxenv: 'py311-test-alldeps' - name: Ubuntu - Python 3.12 with all optional dependencies os: ubuntu-latest