Skip to content
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

ci: Add python 3.12 with fix from @milinddethe15 #3766

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Conversation

terriko
Copy link
Contributor

@terriko terriko commented Jan 30, 2024

@milinddethe15 did some investigation and found that things should work if the -dev package was installed. Looks like we can't explicitly install python3.12-dev but we already install python3-dev with the pdf testing components so this may work.

(I haven't checked if the tests will pass yet, though)

Co-authored-by: milinddethe15 <milinddethe15@gmail.com>

Signed-off-by: Terri Oda <terri.oda@intel.com>
@codecov-commenter
Copy link

codecov-commenter commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (70b9ef9) 78.04% compared to head (5c24b25) 80.40%.
Report is 4 commits behind head on main.

❗ Current head 5c24b25 differs from pull request most recent head d62d703. Consider uploading reports for the commit d62d703 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3766      +/-   ##
==========================================
+ Coverage   78.04%   80.40%   +2.36%     
==========================================
  Files         803      805       +2     
  Lines       11810    11953     +143     
  Branches     1365     1595     +230     
==========================================
+ Hits         9217     9611     +394     
+ Misses       2158     1914     -244     
+ Partials      435      428       -7     
Flag Coverage Δ
longtests 75.21% <ø> (?)
win-longtests 78.42% <ø> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@terriko terriko merged commit 55e7c01 into intel:main Jan 30, 2024
23 checks passed
inosmeet pushed a commit to inosmeet/cve-bin-tool that referenced this pull request Feb 6, 2024
* fixes: intel#3495

Co-authored-by: milinddethe15 <milinddethe15@gmail.com>
Signed-off-by: Terri Oda <terri.oda@intel.com>
inosmeet pushed a commit to inosmeet/cve-bin-tool that referenced this pull request Feb 16, 2024
* fixes: intel#3495

Co-authored-by: milinddethe15 <milinddethe15@gmail.com>
Signed-off-by: Terri Oda <terri.oda@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add python 3.12 support
2 participants