From 1aafd38ac3ca776655502b96c72769ddf20f07ee Mon Sep 17 00:00:00 2001 From: Attilio Greco Date: Fri, 20 Dec 2024 17:50:57 +0100 Subject: [PATCH] update python image --- .github/workflows/build-image.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 815c399..20441f4 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -10,18 +10,16 @@ jobs: build_base_image: strategy: matrix: - #"3.11", "3.12", "3.13", "3.14" - # "3.19", "3.20", "3.21" - python: ["3.10"] - alpine: ["3.18"] + python: ["3.10", "3.11", "3.12", "3.13"] + alpine: ["3.18", "3.19", "3.20", "3.21"] # include: # - python: "3.10.6" # alpine: "3.16" - # exclude: - # - python: "3.12" - # alpine: "3.16" - # - python: 3.10.9 - # alpine: "3.15" + exclude: + - python: "3.12" + alpine: "3.18" + - python: "3.13" + alpine: "3.18" runs-on: ubuntu-latest steps: