From 51bb51abd70fee4e76eef0b2e11a05fbc6369da4 Mon Sep 17 00:00:00 2001 From: Stefan Janssen Date: Tue, 26 Aug 2025 16:38:42 +0200 Subject: [PATCH] trigger tests for even more recent py versions --- .github/workflows/qiita-plugin-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qiita-plugin-ci.yml b/.github/workflows/qiita-plugin-ci.yml index c1949fc..9e5d128 100644 --- a/.github/workflows/qiita-plugin-ci.yml +++ b/.github/workflows/qiita-plugin-ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: # Downloads a copy of the code in your repository before running CI tests - name: Check out repository code