Skip to content

Commit

Permalink
setup.cfg: also accept css_inline < 0.14
Browse files Browse the repository at this point in the history
No breakage observed when using newer versions like 0.13
  • Loading branch information
FelixSchwarz committed Feb 22, 2024
1 parent 8d410b7 commit a83d52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ testing =
lxml
pytest
css_inlining =
css_inline >= 0.11, < 0.12 # >= 0.11, < 0.12: CSSInliner(inline_style_tags=..., keep_link_tags=..., keep_style_tags=...)
css_inline >= 0.11, < 0.14 # >= 0.11, < 0.14: CSSInliner(inline_style_tags=..., keep_link_tags=..., keep_style_tags=...)


[options.entry_points]
Expand Down

0 comments on commit a83d52e

Please sign in to comment.