Skip to content

Commit

Permalink
Add Compatibility with Pandoc 2.9.2 (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Mar 21, 2024
1 parent 2476c4f commit 52e5831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
sudo apt-get install xvfb x11-utils libxkbcommon-x11-0 libxcb-xinerama0 python3-pyqt5
# pandoc is not up to date in the ubuntu repos, so we install directly
wget https://github.com/jgm/pandoc/releases/download/2.14.2/pandoc-2.14.2-1-amd64.deb && sudo dpkg -i pandoc-2.14.2-1-amd64.deb
wget https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb && sudo dpkg -i pandoc-2.9.2.1-1-amd64.deb
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion nbconvert/utils/pandoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .exceptions import ConversionException

_minimal_version = "2.14.2"
_minimal_version = "2.9.2"
_maximal_version = "4.0.0"


Expand Down

0 comments on commit 52e5831

Please sign in to comment.