From 3246b08295391d2d6b0fb2ac9d9b3ff0a124cfd2 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 21 Sep 2023 15:14:47 +0200 Subject: [PATCH] Remove Python 3.6 from bootstrap tests on Ubuntu, add 3.11 (#40131) --- .github/workflows/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index c8f8d310881..1739fc39d0d 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -183,7 +183,7 @@ jobs: - name: Bootstrap clingo run: | set -ex - for ver in '3.6' '3.7' '3.8' '3.9' '3.10' ; do + for ver in '3.7' '3.8' '3.9' '3.10' '3.11' ; do not_found=1 ver_dir="$(find $RUNNER_TOOL_CACHE/Python -wholename "*/${ver}.*/*/bin" | grep . || true)" echo "Testing $ver_dir" @@ -214,7 +214,7 @@ jobs: - name: Bootstrap clingo run: | set -ex - for ver in '3.6' '3.7' '3.8' '3.9' '3.10' ; do + for ver in '3.7' '3.8' '3.9' '3.10' '3.11' ; do not_found=1 ver_dir="$(find $RUNNER_TOOL_CACHE/Python -wholename "*/${ver}.*/*/bin" | grep . || true)" echo "Testing $ver_dir"