From 929312f6d882004813cb9cf5301bef778bbda769 Mon Sep 17 00:00:00 2001 From: "Juan M. Cruz-Martinez" Date: Fri, 22 Nov 2024 16:17:50 -0500 Subject: [PATCH] test conda python 3.12 --- .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..90e5730f1e 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"] # We need an older python version to avoid conflict with the pymongo pin fail-fast: false runs-on: ${{ matrix.os }} env: