From 470640cd533d157909a2f8817f8f74c872d26eae Mon Sep 17 00:00:00 2001 From: Attilio Greco Date: Thu, 6 Jun 2024 09:45:10 +0200 Subject: [PATCH] add pytyhon 3.12 and alpine 3.20 --- .github/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index f253999..2cb7d2f 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -10,8 +10,8 @@ jobs: build_base_image: strategy: matrix: - python: ["3.8", "3.9", "3.10", "3.11", "3.12"] - alpine: ["3.16", "3.17", "3.18", "3.19"] + python: ["3.9", "3.10", "3.11", "3.12"] + alpine: ["3.17", "3.18", "3.19", "3.20"] include: - python: "3.10.6" alpine: "3.16"