From e34f9a09bc81a850af4171a4fba347fbc37e192f Mon Sep 17 00:00:00 2001 From: ZanSara Date: Wed, 14 Feb 2024 17:09:42 +0100 Subject: [PATCH] reducing the matrix even more --- .github/workflows/mongodb_atlas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mongodb_atlas.yml b/.github/workflows/mongodb_atlas.yml index 22b3c612e..eb2a1bb77 100644 --- a/.github/workflows/mongodb_atlas.yml +++ b/.github/workflows/mongodb_atlas.yml @@ -32,7 +32,7 @@ jobs: matrix: # MongoDB Atlas run against a live instance so we should avoid overwhelming it os: [ubuntu-latest] - python-version: ['3.9', '3.10'] + python-version: ['3.10'] steps: - uses: actions/checkout@v4