Skip to content

Commit

Permalink
Removed pythonnn 3.12 from bootstrap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkevk authored Oct 5, 2023
1 parent 5f322ae commit b77124e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Bootstrap clingo
run: |
set -ex
for ver in '3.8' '3.9' '3.10' '3.11' '3.12'; do
for ver in '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"
Expand Down

0 comments on commit b77124e

Please sign in to comment.