-
Notifications
You must be signed in to change notification settings - Fork 6
[Maintenance] Update CI runners, and upgrade version #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0cd2ef3
update ci runners
calladoum-elastic bfedb2a
deprecated py39 and py310
calladoum-elastic 68b62fd
setup as uv project, added py314 support to ci
calladoum-elastic 78b665e
Merge branch 'main' of https://github.com/elastic/die-python into cal…
calladoum-elastic 0a29779
update actions
calladoum-elastic 9ac2aee
typo
calladoum-elastic 9d2c37d
another typo
calladoum-elastic 9e0e1d7
updated FindDieLibrary to support woa64
calladoum-elastic b6a0009
test
calladoum-elastic 6fd1f48
fix: update processor check for Windows to use AMD64 instead of x86_64
calladoum-elastic b68d986
fix: update cache action version from v4 to v5 in build workflow
calladoum-elastic a5af87e
Qt6 ARM64 also requires x64 build
calladoum-elastic 6d4b1dd
WoA only - set cross-compile path
calladoum-elastic ecba14b
fix: correct conditional check for Windows ARM64 Qt setup
calladoum-elastic aa554fb
fix: simplify conditional for Windows ARM64 Qt setup
calladoum-elastic 62022e9
ty - fixed typing
calladoum-elastic 0358486
fix: update Python version requirement to 3.11+ in README
calladoum-elastic 68976cd
fix: update version to 0.5.0 in CMakeLists and Python bindings
calladoum-elastic 3389f5e
in FindDieLibrary.cmake - use `FATAL_ERROR` (not `FATAL`) for critic…
calladoum-elastic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 3.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| project( | ||
| die-python | ||
| LANGUAGES CXX | ||
| VERSION 0.5.1 | ||
| VERSION 0.5.0 | ||
| ) | ||
|
|
||
| find_package(Python 3 | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.