8000 Merge pull request #28182 from oscargus/customhatch · matplotlib/matplotlib@ce15014 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce15014

Browse files
authored
Merge pull request #28182 from oscargus/customhatch
Bump custom hatch deprecation expiration
2 parents bc13abf + 4d362c5 commit ce15014

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.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)
0