-
Notifications
You must be signed in to change notification settings - Fork 116
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
Issue with python 3.12 and date and datetime fields. #425
Labels
Milestone
Comments
Reproducable test:
|
Maybe something relevant to this (we should use _pydatetime.datetime): |
Any chance to get my PR reviewed and merged? It is really anoying bug stopping us from using pylint on python 3.12. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running pylint on 3.11 everthing works. However under python 3.12 for date and datetime fields we started to get pylint errors:
We are using:
django==4.2.8
pylint==3.0.3
pylint-django==2.5.5
pylint-plugin-utils==0.8.2
pylint-protobuf==0.22.0
The text was updated successfully, but these errors were encountered: