From 151fc9d73ed9a4a8322044befb263778ae451c37 Mon Sep 17 00:00:00 2001 From: kari Barry Date: Fri, 29 Mar 2024 15:55:37 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8D=20Let's=20use=20modern=20python=20?= =?UTF-8?q?versions!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index abd9593..786b710 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,7 +16,7 @@ jobs: - 27017:27017 strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.9, 3.10, 3.11] fail-fast: false steps: