commit: 0703ef0ef079ea188b60d35f1bc8611fc6d99803
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:45:05 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Dec 31 00:45:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0703ef0e
dev-python/EbookLib: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/EbookLib/EbookLib-0.17.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/EbookLib/EbookLib-0.17.1.ebuild
b/dev-python/EbookLib/EbookLib-0.17.1.ebuild
index a882c0f4e5..14f9ac085b 100644
--- a/dev-python/EbookLib/EbookLib-0.17.1.ebuild
+++ b/dev-python/EbookLib/EbookLib-0.17.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi