Skip to content

Python 3.12 get something wrong #7

@lai-bluejay

Description

@lai-bluejay

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions