From 33cc86236b42ae35c8b9a95b40479a0097e5fd9a Mon Sep 17 00:00:00 2001 From: "Edward A. Lee" Date: Mon, 9 Dec 2024 08:04:38 -0800 Subject: [PATCH] Fix Python version to 3.12 --- .github/workflows/lsp-tests.yml | 2 +- .github/workflows/py-tests.yml | 3 +-- core/src/main/resources/lib/c/reactor-c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lsp-tests.yml b/.github/workflows/lsp-tests.yml index a724ed42e1..115924d686 100644 --- a/.github/workflows/lsp-tests.yml +++ b/.github/workflows/lsp-tests.yml @@ -69,7 +69,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.12" - name: Run language server Python tests without PyLint run: ./gradlew core:integrationTest --tests org.lflang.tests.lsp.LspTests.pythonValidationTestSyntaxOnly core:integrationTestCodeCoverageReport - name: Install pylint diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index 658e192b0a..8a29a886bb 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -22,7 +22,6 @@ jobs: strategy: matrix: platform: ${{ (inputs.all-platforms && fromJSON('["ubuntu-latest", "macos-latest", "windows-latest"]')) || fromJSON('["ubuntu-latest"]') }} - python-version: ${{ (inputs.all-platforms && fromJSON('["3.10", "3.11", "3.12"]')) || fromJSON('["3.12"]') }} runs-on: ${{ matrix.platform }} steps: - name: Check out lingua-franca repository @@ -37,7 +36,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: ${{ matrix.python-version }} + python-version: '3.12' - name: Install dependencies OS X run: | brew install coreutils diff --git a/core/src/main/resources/lib/c/reactor-c b/core/src/main/resources/lib/c/reactor-c index 7acd2f9618..782d4927ad 160000 --- a/core/src/main/resources/lib/c/reactor-c +++ b/core/src/main/resources/lib/c/reactor-c @@ -1 +1 @@ -Subproject commit 7acd2f9618d2e983749cdcf66e990c993372d5b8 +Subproject commit 782d4927add68fad4671522a3e2f266f3cb8b07b