Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19a7664

Browse files
authored
Merge pull request #24126 from oscargus/hatchupdate
Bump version when invalid hatches error
2 parents 924e210 + 318cb13 commit 19a7664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/hatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _validate_hatch_pattern(hatch):
188188
invalids = ''.join(sorted(invalids))
189189
_api.warn_deprecated(
190190
'3.4',
191-
removal='3.7', # one release after custom hatches (#20690)
191+
removal='3.8', # one release after custom hatches (#20690)
192192
message=f'hatch must consist of a string of "{valid}" or '
193193
'None, but found the following invalid values '
194194
f'"{invalids}". Passing invalid values is deprecated '

0 commit comments

Comments
 (0)