- Notifications
You must be signed in to change notification settings - Fork675
chore: add testing of Python 3.14#3023
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
a40352e tof9fb93aComparef9fb93a tof7749dcCompareJohnVillalovos commentedOct 23, 2024
@nejch This ended up being easier than I thought it would be. |
codecovbot commentedOct 23, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #3023 +/- ##==========================================- Coverage 96.62% 96.62% -0.01%========================================== Files 95 95 Lines 6101 6099 -2 ==========================================- Hits 5895 5893 -2 Misses 206 206
Flags with carried forward coverage won't be shown.Click here to find out more.
|
f7749dc to919d0aeCompareAlso fix __annotations__ not working in Python 3.14 by using theannotation on the 'class' instead of on the 'instance'Closes:#3013
919d0ae to642ea08Comparenejch commentedOct 23, 2024
Well that was easy :) thanks@JohnVillalovos |
14d2a82 intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Also fix
__annotations__not working in Python 3.14 by using theannotation on the 'class' instead of on the 'instance'
Closes:#3013