From 6b94412f2df68ebb5b2de825760dbabe084af051 Mon Sep 17 00:00:00 2001 From: "Juan M. Cruz-Martinez" Date: Fri, 22 Nov 2024 17:54:11 -0500 Subject: [PATCH] test in 3.12 in conda --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e719ff4423..315f95e674 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-14] - python-version: ["3.10"] # We need an older python version to avoid conflict with the pymongo pin + python-version: ["3.12"] fail-fast: false runs-on: ${{ matrix.os }} env: