Skip to content

Commit c099c3c

Browse files
committed
Bump versions
Use a late enough pygments that has "inkpot"
1 parent df64c98 commit c099c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mathicsscript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="3.2.0" # noqa
7+
__version__="3.2.1.dev0" # noqa

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def read(*rnames):
8282
"columnize",
8383
"networkx",
8484
"prompt_toolkit>=3.0.18",
85-
"pygments",
85+
"Pygments>=2.9.0", # Want something late enough that has the "inkpot" style
8686
# "mathics_pygments @ https://github.com/Mathics3/mathics-pygments/archive/master.zip#egg=mathics_pygments",
8787
"mathics_pygments>=1.0.2",
8888
"term-background >= 1.0.1",

0 commit comments

Comments
 (0)