commit: ca21c056bf8896c48d21a73ecd6183b81d92e750
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 11:35:33 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jan 25 11:35:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca21c056
dev-python/convertdate: enable py3.12
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
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