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
I created my python venv with python 3.12, and I got something wrong.
For example, TypeError: SMTP.starttls() got an unexpected keyword argument 'keyfile'.
According to this documentation: https://docs.python.org/3/library/smtplib.html#smtplib.SMTP_SSL
Changed in version 3.12: The deprecated keyfile and certfile parameters have been removed.
And latest Django version is 5.1.4, and in our projects django==4.0.8.
Maybe we can support 3.12, or point out python<=3.11.
The text was updated successfully, but these errors were encountered:
Additionally, Thank you for your job very much! It's a great job!
Sorry, something went wrong.
No branches or pull requests
I created my python venv with python 3.12, and I got something wrong.
For example, TypeError: SMTP.starttls() got an unexpected keyword argument 'keyfile'.
According to this documentation: https://docs.python.org/3/library/smtplib.html#smtplib.SMTP_SSL
Changed in version 3.12: The deprecated keyfile and certfile parameters have been removed.
And latest Django version is 5.1.4, and in our projects django==4.0.8.
Maybe we can support 3.12, or point out python<=3.11.
The text was updated successfully, but these errors were encountered: