Skip to content

Commit

Permalink
Merge pull request #28182 from oscargus/customhatch
Browse files Browse the repository at this point in the history
Bump custom hatch deprecation expiration
  • Loading branch information
timhoffm committed May 8, 2024
2 parents bc13abf + 4d362c5 commit ce15014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/hatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def _validate_hatch_pattern(hatch):
invalids = ''.join(sorted(invalids))
_api.warn_deprecated(
'3.4',
removal='3.9', # one release after custom hatches (#20690)
removal='3.11', # one release after custom hatches (#20690)
message=f'hatch must consist of a string of "{valid}" or '
'None, but found the following invalid values '
f'"{invalids}". Passing invalid values is deprecated '
Expand Down

0 comments on commit ce15014

Please sign in to comment.