-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: add support for 3.11 #188
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 6.01%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Codecov ReportBase: 92.06% // Head: 92.08% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #188 +/- ##
==========================================
+ Coverage 92.06% 92.08% +0.02%
==========================================
Files 23 23
Lines 1096 1099 +3
==========================================
+ Hits 1009 1012 +3
Misses 87 87
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Hey @J0! I experienced today the issues this PR addresses and was surprised when I saw this had already been merged in the code but it's not available in the releases. It seems like the CI/CD workflow failed due to a version mismatch and the package hasn't been released. Could you take a look at it? Let me know if there's anything I can help with. |
Hey @guillego, No worries, will look into it after work today - feel free to bump me if I don't get back to you within 12 hours |
Updated both Please let me know if there are any issues or if there's anything else y'all need! |
Hey @J0, just tested v.0.10.4 and works perfectly! Thanks a lot for getting to it so fast ⚡! |
see title- makes use of first solution in #169 - we add
StrEnum
and import StrEnum for older versionsfix: #169