From 167c91693effc956118f211214ca210badb7ad4c Mon Sep 17 00:00:00 2001 From: Charles Cowart Date: Tue, 16 Jul 2024 12:39:19 -0700 Subject: [PATCH] Remove 3.11 from test matrix --- .github/workflows/qiita-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qiita-ci.yml b/.github/workflows/qiita-ci.yml index 7fb4d04..3adbfb7 100644 --- a/.github/workflows/qiita-ci.yml +++ b/.github/workflows/qiita-ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.11"] + python-version: ["3.9"] services: postgres: