From b0cb09f5a62453175d0d6dee2e4c80b4e36e7eaf Mon Sep 17 00:00:00 2001 From: Charles Cowart Date: Wed, 17 Jul 2024 18:50:17 -0700 Subject: [PATCH] Removed matrix testing for python 3.11 --- .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 1c2680f..70fe684 100644 --- a/.github/workflows/qiita-ci.yml +++ b/.github/workflows/qiita-ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.11"] + python-version: ["3.9"] services: postgres: