From ca21c056bf8896c48d21a73ecd6183b81d92e750 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Thu, 25 Jan 2024 20:35:33 +0900 Subject: [PATCH] dev-python/convertdate: enable py3.12 Signed-off-by: Takuya Wakazono --- dev-python/convertdate/convertdate-2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/convertdate/convertdate-2.4.0.ebuild b/dev-python/convertdate/convertdate-2.4.0.ebuild index bc3a578f70..a68be7af63 100644 --- a/dev-python/convertdate/convertdate-2.4.0.ebuild +++ b/dev-python/convertdate/convertdate-2.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1