From 4c0bc390544470b5308e70fd417e97a04e4fda69 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 21 Sep 2023 15:14:47 +0200 Subject: 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(-) (limited to '.github') diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 10b0397e8a..f211140060 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" -- cgit v1.2.3-60-g2f50