From ff27e6784da01d051271aebcdb7c25e5895566b2 Mon Sep 17 00:00:00 2001 From: friendlyanon Date: Sun, 9 Jun 2024 18:11:08 +0200 Subject: [PATCH] Update Python to 3.12 in CI --- .github/workflows/ci.yml | 2 +- cmake-init/templates/common/.github/workflows/ci.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b568b5d..74742c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: /usr/bin/clang-tidy-14 140 - uses: actions/setup-python@v5 - with: { python-version: "3.8" } + with: { python-version: "3.12" } - name: Create project run: | diff --git a/cmake-init/templates/common/.github/workflows/ci.yml b/cmake-init/templates/common/.github/workflows/ci.yml index 79f9f6d..58be452 100644 --- a/cmake-init/templates/common/.github/workflows/ci.yml +++ b/cmake-init/templates/common/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - with: { python-version: "3.8" } + with: { python-version: "3.12" } - name: Install codespell run: pip3 install codespell @@ -53,7 +53,7 @@ jobs: - name: Install Python uses: actions/setup-python@v5 - with: { python-version: "3.8" } + with: { python-version: "3.12" } - name: Conan cache uses: actions/cache@v4 @@ -99,7 +99,7 @@ jobs: - name: Install Python uses: actions/setup-python@v5 - with: { python-version: "3.8" } + with: { python-version: "3.12" } - name: Conan cache uses: actions/cache@v4 @@ -162,7 +162,7 @@ jobs: - name: Install Python uses: actions/setup-python@v5 - with: { python-version: "3.8" } + with: { python-version: "3.12" } - name: Conan cache uses: actions/cache@v4 @@ -232,7 +232,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - with: { python-version: "3.8" } + with: { python-version: "3.12" } - name: Install m.css dependencies run: pip3 install jinja2 Pygments