- Notifications
You must be signed in to change notification settings - Fork673
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
a40352e
tof9fb93a
Comparef9fb93a
tof7749dc
Compare@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
to919d0ae
CompareAlso fix __annotations__ not working in Python 3.14 by using theannotation on the 'class' instead of on the 'instance'Closes:#3013
919d0ae
to642ea08
CompareWell 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