-
Notifications
You must be signed in to change notification settings - Fork 411
OCP 7.9 #1946
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
base: master
Are you sure you want to change the base?
OCP 7.9 #1946
Conversation
Removed vtk dependency from the environment file.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1946 +/- ##
==========================================
+ Coverage 95.77% 96.17% +0.40%
==========================================
Files 29 29
Lines 7856 8635 +779
Branches 1183 1376 +193
==========================================
+ Hits 7524 8305 +781
- Misses 192 193 +1
+ Partials 140 137 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Despite my fix 7.9 fails on cqgi and python 14. Seems to work on earlier ones. |
|
Hey @adam-urbanczyk I just tested this on our internal test suite, which isn't using OCP 7.9-specific features. The upgrade went well and all the tests passed. Python 3.11. |
|
Thanks @Oblynx , the remaining issue is 3.14 and cqgi specific. BTW: would you be willing to describe your use case? |
|
We are using cadquery as a lightweight and LLM friendly CAD scripting language in our engineering platform 🫶 |
|
Updates for OCP 7.9 compatibility.