commit: ab5a338d27feaa5303fbf577bd6afb2bf95e7a89
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 7 05:06:06 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 7 05:09:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5a338d
dev-python/sexpdata: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sexpdata/sexpdata-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sexpdata/sexpdata-1.0.1.ebuild
b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
index 0701002c9691..dd901557ed02 100644
--- a/dev-python/sexpdata/sexpdata-1.0.1.ebuild
+++ b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1