-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
added python 3.12 to CI #9157
added python 3.12 to CI #9157
Conversation
I am running python3.12 and get the same error as your 3.12 ci see sample.
Inside except (ImportError, AttributeError):
apply_markdown = None
markdown = None However, flake8 fails and I cannot commit this code of course. Here is the traceback:
|
I have submitted a pr here: #9167 Hope this helps! |
=========================== short test summary info ============================ |
|
OK let me check |
This part in #9180 needs to be changed though. The issue is with djangomain, not 5.0. if django.VERSION >= (5, 0): |
This is now rectified in the PR ( |
ready for review? |
tox.ini
Outdated
[testenv:py311-djangomain] | ||
ignore_outcome = true | ||
[testenv:py312-djangomain] | ||
ignore_outcome = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[testenv:py311-djangomain] | |
ignore_outcome = true | |
[testenv:py312-djangomain] | |
ignore_outcome = true | |
[testenv:py311-djangomain] | |
ignore_outcome = true | |
[testenv:py312-djangomain] | |
ignore_outcome = true |
@auvipy Tests for 3.12 should pass now if you merge with |
thanks Rodrigo |
🙏 |
just wanted to make sure you also get some credit |
related #9181