ci: use Python 3.12 for parsing dates (#5554)
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user