commit: 456852a9d5a1fddded24919648c83db99438ca63
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:57:20 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Dec 31 00:57:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=456852a9
dev-python/pydispatcher: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/pydispatcher/pydispatcher-2.0.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild
b/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild
index 2e45730891..5a13b106dd 100644
--- a/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild
+++ b/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-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_PN="PyDispatcher"
PYPI_NO_NORMALIZE=1