-
-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels