Skip to content

Commit

Permalink
requirements: Unpin pygments from ~=2.15.1 to >=2.14.0,<2.18.0.
Browse files Browse the repository at this point in the history
The previous commit fixes the issue #1431 that was temporarily
fixed by pinning pygments at ~=2.15.1 in #1433.

Subsequent versions of pygments have since been released, but an upper
limit of 2.18.0 is included, since that unreleased version depends on
Python3.8 and could make ZT uninstallable on older pythons.

Fixes part of #1434.
  • Loading branch information
jrijul1201 authored and neiljp committed Jan 8, 2024
1 parent 8f0f980 commit 646a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def long_description():
"urwid_readline>=0.13",
"beautifulsoup4>=4.11.1",
"lxml~=4.9.2",
"pygments~=2.15.1",
"pygments>=2.14.0,<2.18.0",
"typing_extensions~=4.5.0",
"python-dateutil>=2.8.2",
"pytz>=2022.7.1",
Expand Down

0 comments on commit 646a04e

Please sign in to comment.