Skip to content

Commit 79795c6

Browse files
committed
🔥 Remove support for pandoc<3.8
1 parent 60095b2 commit 79795c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
python-version: ['3.12']
41-
pandoc-version: [3.7.0.2, 3.8.3, 3.9.0.2]
41+
pandoc-version: [3.8.3, 3.9.0.2]
4242
steps:
4343
- uses: actions/checkout@v6
4444
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)