From 2e92b82469284743b744e6463dd5a70cebcf6b11 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Fri, 22 Sep 2023 12:16:46 +0200 Subject: [PATCH] Update building clingo on macOS --- .github/workflows/clingo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clingo.yml b/.github/workflows/clingo.yml index 3c072de..e5e5772 100644 --- a/.github/workflows/clingo.yml +++ b/.github/workflows/clingo.yml @@ -20,7 +20,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3"] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4