Skip to content

Commit

Permalink
ci: use Python 3.12 for parsing dates (#5554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Aug 20, 2024
1 parent 4d0ac15 commit f42bb73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f42bb73

Please sign in to comment.