From a01a60409e16887c8f68aa379741e6d48e437081 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Thu, 19 Oct 2023 11:45:45 -0600 Subject: [PATCH] fix typo --- .github/workflows/miniconda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/miniconda.yml b/.github/workflows/miniconda.yml index 0455acf27..3ad5eacea 100644 --- a/.github/workflows/miniconda.yml +++ b/.github/workflows/miniconda.yml @@ -12,7 +12,7 @@ jobs: # NO_NET: 1 strategy: matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11" "3.12" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] os: [windows-latest, ubuntu-latest, macos-latest] platform: [x64, x32] exclude: