ci: use Python 3.12 for parsing dates (#5554)

This commit is contained in:
nerix 2024-08-20 19:26:11 +02:00 committed by GitHub
parent 4d0ac15e55
commit f42bb73123
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -389,6 +389,11 @@ jobs:
working-directory: release-artifacts working-directory: release-artifacts
shell: bash shell: bash
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Format changes - name: Format changes
id: format-changes id: format-changes
run: | run: |

View file

@ -68,7 +68,7 @@
- Dev: Refactored a few `#define`s into `const(expr)` and cleaned includes. (#5527) - Dev: Refactored a few `#define`s into `const(expr)` and cleaned includes. (#5527)
- Dev: Added `FlagsEnum::isEmpty`. (#5550) - Dev: Added `FlagsEnum::isEmpty`. (#5550)
- Dev: Prepared for Qt 6.8 by addressing some deprecations. (#5529) - 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 ## 2.5.1