-
Notifications
You must be signed in to change notification settings - Fork 392
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
Jupytext works with markdown-it-py==3.0 #1087
Conversation
70c24e2
to
93c3b0a
Compare
5dfe063
to
76e347c
Compare
Let's get these 2 PRs merged (merge #1090 and then rebase just to be safe), and tag a nee release so people don't have to wait on this too long ;) |
Why is CI/build being skipped? Maybe it's just not registered yet 🤔 |
Hey @LecrisUT , sure I can package a new release. However I am afraid that the |
Let me open in my IDE and see what it reports |
Ok, it seems to complain about I've also learned a quick trick on the swig project: test-pip:
continue-on-error: ${{ matrix.experimental || false }}
matrix:
python-version: ["3.10", "3.11"]
include:
- python-version: "3.20"
experimental: true |
Ok I see, thanks. I am sorry I have to go, I will try to package the new version tonight. Thanks for your help! |
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.
Just some minor points. Can be handled another time
Co-authored-by: Cristian Le <github@lecris.me>
The new version |
Fixes #1075