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 = NoneHowever, 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? |
| [testenv:py311-djangomain] | ||
| ignore_outcome = true | ||
| [testenv:py312-djangomain] | ||
| ignore_outcome = true |
There was a problem hiding this comment.
| [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