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: