File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ v0.13.0 (in development)
22------------------------
33- Support Python 3.14
44- Drop support for Python 3.8 and 3.9
5+ - Increase minimum wcwidth version to 0.5.0
56
67v0.12.2 (2024-12-01)
78--------------------
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
3838
3939dependencies = [
4040 " attrs >= 18.1" ,
41- " wcwidth >= 0.2.9,< 0.5.0" ,
41+ " wcwidth ~= 0.5.0" ,
4242]
4343
4444[project .urls ]
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def test_leading_combining() -> None:
9595 "|Category|Name |Glyph|\n "
9696 "+--------+-----------------------------------------+-----+\n "
9797 "|Mn |COMBINING ACUTE ACCENT | \u0301 |\n "
98- "|Mc |DEVANAGARI SIGN VISARGA | \u0903 |\n "
98+ "|Mc |DEVANAGARI SIGN VISARGA | \u0903 |\n "
9999 "|Me |COMBINING CYRILLIC HUNDRED THOUSANDS SIGN| \u0488 |\n "
100100 "+--------+-----------------------------------------+-----+"
101101 )
You can’t perform that action at this time.
0 commit comments