From d48393d9b92e3d409636344f9862119b44961457 Mon Sep 17 00:00:00 2001 From: Attilio Greco Date: Thu, 16 Feb 2023 12:25:44 +0100 Subject: [PATCH] exclude python 3.10.9 with 3.15 --- .github/workflows/build-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 3101388..dfca47e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -15,9 +15,9 @@ jobs: include: - python: "3.10.6" alpine: "3.16" - # exclude: - # - python: 3.11.1 - # alpine: "3.15" + exclude: + - python: 3.10.9 + alpine: "3.15" runs-on: ubuntu-latest steps: