From 4ca61daa1b12a47560a6802b07413b0136f67883 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 29 Jun 2024 20:54:23 +0100 Subject: [PATCH] updated workflow env files --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 17d4c27..451a91a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - CONDA_ENV: [py310, py38, py39, upstream] + CONDA_ENV: [py312, py311, py310, py39, upstream] steps: - name: Checkout uses: actions/checkout@v4