commit: 47dd71641a87634425de8491b2067822735e462e
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 22:27:30 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 22:40:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dd7164
dev-python/fleep: enable py3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/fleep/fleep-1.0.1-r1.ebuild | 2 +-
dev-python/fleep/fleep-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild
b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index 0d83b6e7e8bc..ebd666269b9c 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
diff --git a/dev-python/fleep/fleep-9999.ebuild
b/dev-python/fleep/fleep-9999.ebuild
index 63459c9106cb..0a6f6b209866 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then