summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2023-08-19 18:27:30 -0400
committerRick Farina <zerochaos@gentoo.org>2023-08-19 18:40:33 -0400
commit47dd71641a87634425de8491b2067822735e462e (patch)
tree7f2e995515d83b8e22bf7f5c08ec5de8b5a9be6d
parentapp-crypt/johntheripper: revbump dep changes (diff)
downloadgentoo-47dd71641a87634425de8491b2067822735e462e.tar.gz
gentoo-47dd71641a87634425de8491b2067822735e462e.tar.bz2
gentoo-47dd71641a87634425de8491b2067822735e462e.zip
dev-python/fleep: enable py3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
-rw-r--r--dev-python/fleep/fleep-1.0.1-r1.ebuild2
-rw-r--r--dev-python/fleep/fleep-9999.ebuild2
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