From 9377ea6882c7c3a80596f33113140911c3499911 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Thu, 16 Jan 2025 11:28:02 -0700 Subject: [PATCH] delete Mac CI TOXENV uses as well --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3c5c5f1..5597c622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: fail-fast: false matrix: PYTHON: - - {VERSION: "3.8", TOXENV: "py38"} - - {VERSION: "3.13", TOXENV: "py313"} - - {VERSION: "3.13t", TOXENV: "py313t"} + - {VERSION: "3.8"} + - {VERSION: "3.13"} + - {VERSION: "3.13t"} MACOS: - macos-13 - macos-latest