Skip to content

Commit 3bfca79

Browse files
committed
Update deprecation versions.
1 parent 9bdd370 commit 3bfca79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def checkdep_dvipng():
519519
return str(get_executable_info("dvipng").version)
520520

521521

522-
@cbook.deprecated("2.2")
522+
@cbook.deprecated("3.0")
523523
def checkdep_ghostscript():
524524
info = get_executable_info("gs")
525525
checkdep_ghostscript.executable = info.executable
@@ -541,7 +541,7 @@ def checkdep_inkscape():
541541
checkdep_inkscape.version = None
542542

543543

544-
@cbook.deprecated("2.2")
544+
@cbook.deprecated("3.0")
545545
def checkdep_ps_distiller(s):
546546
if not s:
547547
return False

0 commit comments

Comments
 (0)