From c9ba5204bf12688a3774984f0f71bb3fa432d8d4 Mon Sep 17 00:00:00 2001 From: Alejandro Santana-Bonilla <62341142+alejandrosantanabonilla@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:43:37 +0000 Subject: [PATCH] Update conda.yml --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index d6a080a..0cd0b87 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.9, 3.10.1] + python-version: [3.9, 3.10.1, 3.11.1] name: Python ${{ matrix.python-version }} example on ${{ matrix.os }} steps: - name: Checkout code