File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77# --------------------------------------------------------------------------
88
99# Use Python 3.9
10- FROM python:3.9
10+ FROM python:3.12
1111# Not sure if this line needs updating, I think this person no longer works on the project?
12- LABEL author Marc Abramowitz <marc@marc-abramowitz .com>
12+ LABEL author Jessica Tegner <jessica@jessicategner .com> and pypandoc contributors
1313# Update apt packages and install pandoc
1414RUN apt update && apt upgrade -y && apt install pandoc -y
1515# Update pip
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ packages = [
3333]
3434
3535[tool .poetry .dependencies ]
36- python = " >=3.7,<=3.12 "
36+ python = " >=3.7,<3.13 "
3737
3838[tool .poetry .dev-dependencies ]
3939pandocfilters = " ^1.5"
You can’t perform that action at this time.
0 commit comments