Skip to content

Conversation

@tlambert03
Copy link
Member

@tlambert03 tlambert03 commented Dec 29, 2025

closes #720

The key fix here is the fix to MagicParameter.__str__, to accomodate changes made to inspect.Parameter.__str__ in python 3.14. The rest is just to get tests passing again for random Qt issues

@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.27%. Comparing base (cf45221) to head (acf0b79).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #721      +/-   ##
==========================================
+ Coverage   88.86%   89.27%   +0.40%     
==========================================
  Files          40       40              
  Lines        4815     4820       +5     
==========================================
+ Hits         4279     4303      +24     
+ Misses        536      517      -19     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tlambert03
Copy link
Member Author

i had to sort of "cherry pick" OS/Qt/python versions here for some of the old qt versions (right here) in order to avoid segfaults. it's probably not super robust, but it's also outside of the scope of simply trying to support python 3.14. So I'm going with it.

@tlambert03 tlambert03 merged commit 17ec0d8 into pyapp-kit:main Dec 30, 2025
34 checks passed
@tlambert03 tlambert03 deleted the py314 branch December 30, 2025 18:32
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.

Testsuite failure with Python 3.14

1 participant