Skip to content
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

Python 3.12 get something wrong #7

Open
lai-bluejay opened this issue Jan 14, 2025 · 1 comment
Open

Python 3.12 get something wrong #7

lai-bluejay opened this issue Jan 14, 2025 · 1 comment

Comments

@lai-bluejay
Copy link

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.

@lai-bluejay
Copy link
Author

lai-bluejay commented Jan 14, 2025

Additionally, Thank you for your job very much!
It's a great job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant