From 318cb13e8c595a50a81821daa2d5c8a24f4034bf Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Sat, 8 Oct 2022 13:28:52 +0200 Subject: [PATCH] Bump version when invalid hatches error --- lib/matplotlib/hatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/hatch.py b/lib/matplotlib/hatch.py index 9c836cbf3cb9..396baa55dbbb 100644 --- a/lib/matplotlib/hatch.py +++ b/lib/matplotlib/hatch.py @@ -188,7 +188,7 @@ def _validate_hatch_pattern(hatch): invalids = ''.join(sorted(invalids)) _api.warn_deprecated( '3.4', - removal='3.7', # one release after custom hatches (#20690) + removal='3.8', # 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 '