comparison pyproject.toml @ 67:3ccfa7f45044

Minimum Pygments version is 2.2
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 28 Apr 2026 15:16:06 +0200
parents baf4ed7ac81a
children 6457d04a4e3a
comparison
equal deleted inserted replaced
66:9ba1584d4b4a 67:3ccfa7f45044
24 "Topic :: Software Development :: Documentation", 24 "Topic :: Software Development :: Documentation",
25 "Topic :: Text Processing", 25 "Topic :: Text Processing",
26 "Topic :: Utilities", 26 "Topic :: Utilities",
27 ] 27 ]
28 dependencies = [ 28 dependencies = [
29 "Pygments>=2.15", 29 #
30 # - Tests need this version for "load_XXX_from_file()"
31 # - But Sphinx yields errors on Python 2.7 (also with Pygments 2.0.1)
32 #
33 "Pygments>=2.2",
34 # Python 3.8+ and also works with Sphinx
35 # "Pygments>=2.15",
30 ] 36 ]
31 dynamic = [ 37 dynamic = [
32 "readme", 38 "readme",
33 "version", 39 "version",
34 ] 40 ]