From 850dc21ae7ace9619f1ff3d2e927b13b9512ee36 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 4 May 2026 09:55:43 +0200 Subject: [PATCH] Drop py38 which is not used in st2 v3.9 --- .github/workflows/pack-build_and_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pack-build_and_test.yaml b/.github/workflows/pack-build_and_test.yaml index 2e60354c..30b1ed80 100644 --- a/.github/workflows/pack-build_and_test.yaml +++ b/.github/workflows/pack-build_and_test.yaml @@ -14,7 +14,7 @@ on: python-version: required: false type: string - default: '["3.8", "3.9", "3.10"]' + default: '["3.9", "3.10", "3.11"]' enable-common-libs: description: | When true, use an st2.conf that sets packs.enable_common_libs=true @@ -39,7 +39,7 @@ jobs: build_and_test: runs-on: ubuntu-22.04 # When parent workflow is named "Build and Test" this shows up as: - # "Build and Test / Python 3.8,3.9,3.10" + # "Build and Test / Python 3.9,3.10,3.11" name: 'Python ${{ matrix.python-version }}' strategy: matrix: