Skip to content

Commit 26979f7

Browse files
authored
Merge pull request matplotlib#28184 from meeseeksmachine/auto-backport-of-pr-28182-on-v3.9.x
Backport PR matplotlib#28182 on branch v3.9.x (Bump custom hatch deprecation expiration)
2 parents 9257992 + 604961f commit 26979f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/matplotlib/hatch.py

+1-1
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.9', # one release after custom hatches (#20690)
191+
removal='3.11', # 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)