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

3.14 (prerelease) fixes #160

Merged
merged 2 commits into from
Nov 2, 2024
Merged

3.14 (prerelease) fixes #160

merged 2 commits into from
Nov 2, 2024

Conversation

danthedeckie
Copy link
Owner

Description

fixes #158

Should be getattr(foo, bar, None) not getattr(foo, bar) now that bar doesn't exist at all in 3.14

Copy link

codecov bot commented Nov 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.30%. Comparing base (d65091a) to head (7bf2739).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #160   +/-   ##
=======================================
  Coverage   99.30%   99.30%           
=======================================
  Files           2        2           
  Lines        1151     1151           
=======================================
  Hits         1143     1143           
  Misses          8        8           

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

@danthedeckie danthedeckie merged commit b16cc40 into main Nov 2, 2024
20 checks passed
@danthedeckie danthedeckie deleted the 3.14-fixes branch November 2, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.14 compatibility issues
1 participant