-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore: refactor for typing, proper version checks, and more #283
Conversation
Coverage reportNote Coverage data for the default branch was not found. The coverage rate is
Diff Coverage details (click to unfold)descope/authmethod/oauth.py
descope/authmethod/otp.py
descope/management/access_key.py
descope/common.py
descope/management/tenant.py
descope/management/audit.py
descope/authmethod/webauthn.py
descope/management/role.py
descope/management/sso_settings.py
descope/auth.py
descope/authmethod/magiclink.py
descope/authmethod/totp.py
descope/management/group.py
descope/authmethod/enchantedlink.py
descope/management/permission.py
descope/authmethod/password.py
descope/exceptions.py
descope/management/user.py
descope/descope_client.py
descope/management/common.py
descope/authmethod/saml.py
|
Related Issues
Fixes https://github.com/descope/etc/issues/4039
Description
Expanding support for python 3.11
Adding typing annotations everywhere, fix bugs that it uncovered
Use tox for automated testing
Add tests for all platforms
limiting support for 3.7 to test only
Must