From f42bb73123c3329238cd14dbe396366cfeae64bd Mon Sep 17 00:00:00 2001 From: nerix Date: Tue, 20 Aug 2024 19:26:11 +0200 Subject: [PATCH] ci: use Python 3.12 for parsing dates (#5554) --- .github/workflows/build.yml | 5 +++++ CHANGELOG.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5975b94c4..935c4bda1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -389,6 +389,11 @@ jobs: working-directory: release-artifacts shell: bash + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: "3.12" + - name: Format changes id: format-changes run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2af1cb5..613440900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,7 @@ - Dev: Refactored a few `#define`s into `const(expr)` and cleaned includes. (#5527) - Dev: Added `FlagsEnum::isEmpty`. (#5550) - Dev: Prepared for Qt 6.8 by addressing some deprecations. (#5529) -- Dev: Recent changes are now shown in the nightly release description. (#5553) +- Dev: Recent changes are now shown in the nightly release description. (#5553, #5554) ## 2.5.1