ci: bump workflows to Python v3.14 #2778#2832
ci: bump workflows to Python v3.14 #2778#2832kami922 wants to merge 4 commits intomandiant:masterfrom
Conversation
Summary of ChangesHello @kami922, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on modernizing the continuous integration (CI) environment by upgrading all relevant workflows and test matrices to Python 3.14. This ensures that the project remains compatible with the latest Python release, while also strategically including Python 3.13 in Ubuntu-specific tests to maintain broader version coverage and stability. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the CI workflows to use Python 3.14, preparing the project for the upcoming Python release. The changes correctly modify the build, lint, and test workflows, and update the CHANGELOG.md. The logic of replacing Python 3.13 with 3.14 in the main test matrix while keeping a dedicated 3.13 run on Ubuntu is sound. I've added one suggestion to improve the readability of the test workflow configuration by keeping the included test versions sorted.
2b0da39 to
0494f85
Compare
|
@mike-hunhoff @williballenthin @mr-tz Hello can you please rerun only the failed test |
|
Hmm it looks like the Ubuntu 3.14 arm tests are never finishing. I don't see a specific failure, but it's running for >60 minutes, so I'm guessing a timeout. Thoughts @williballenthin @mr-tz ? |
|
Hello @mike-hunhoff @mr-tz I’m looking for some assistance regarding the current CI failures affecting my PRs. It appears that test_fix262 is failing consistently, and I wanted to check if this is a known issue on the main branch. Any advice on how to proceed would be appreciated. |
- Update code_style and rule_linter jobs to use Python 3.14 - Update tests matrix to use Python 3.14 across all OS - Add Python 3.13 to Ubuntu-specific test matrix - Update binja-tests, ghidra-tests, idalib-tests to use Python 3.14 Fixes mandiant#2778
d906e9a to
4fd58b0
Compare
|
See #2850 |
|
@kami922 we're back to where we were before with the tests failing after hanging for an extended period of time, e.g. testing 3.14 failed after 22 minutes on Ubuntu and 76 minutes on Windows. I'm not seeing any errors listed in the corresponding CI workflows - have you been able to run tests locally without issue? I'm concerned there is an issue specific to 3.14 that causes capa to run poorly... |
This PR updates the CI workflows to use Python 3.14 for testing.
Changes
code_styleandrule_linterjobs to use Python 3.14testsmatrix to use Python 3.14 across all operating systemsbinja-tests,ghidra-tests,idalib-teststo use Python 3.14Fixes #2778