We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello - I'm trying to understand what versions of python this package supports. Specifically, I am interested in:
The README says that it is not supported: https://github.com/twilio/twilio-python?tab=readme-ov-file#supported-python-versions but this PR extended testing to support it: https://github.com/twilio/twilio-python/pull/741/files and it doesn't seem to be forbidden in setup.py: https://github.com/twilio/twilio-python/blob/main/setup.py#L22. I don't seem to run into issues installing it into a 3.12 python project - though I have not tried to actually make use of it. Is this a "use-at-your-own-risk" sort of situation, where correct behavior isn't promised for 3.12.
setup.py
Thank you for your time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Summary
Hello - I'm trying to understand what versions of python this package supports. Specifically, I am interested in:
The README says that it is not supported: https://github.com/twilio/twilio-python?tab=readme-ov-file#supported-python-versions but this PR extended testing to support it: https://github.com/twilio/twilio-python/pull/741/files and it doesn't seem to be forbidden in
setup.py
: https://github.com/twilio/twilio-python/blob/main/setup.py#L22. I don't seem to run into issues installing it into a 3.12 python project - though I have not tried to actually make use of it. Is this a "use-at-your-own-risk" sort of situation, where correct behavior isn't promised for 3.12.Thank you for your time.
The text was updated successfully, but these errors were encountered: