From ba85fdf6aea50e1c5e0b2424f17e93bded7febd5 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Mon, 9 Oct 2023 21:47:42 -0500 Subject: [PATCH] Correct deprecation versions --- conda_build/conda_interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_build/conda_interface.py b/conda_build/conda_interface.py index ba322015eb..dba4e4b1a7 100644 --- a/conda_build/conda_interface.py +++ b/conda_build/conda_interface.py @@ -80,8 +80,8 @@ from .deprecations import deprecated deprecated.constant( - "24.3", - "24.9", + "3.28.0", + "4.0.0", "IndexRecord", PackageRecord, addendum="Use `conda.models.records.PackageRecord` instead.",