summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-06-07 07:36:11 +0200
committerSam James <sam@gentoo.org>2023-06-07 10:26:56 +0100
commit85c7a4cfa83b21bdc22520e9a90189ecfb0b0305 (patch)
tree57c158bf96c8d8004b9ab122be49ace935c375ea /dev-python/pyotp
parentdev-python/python-xlib: enable py3.12 (diff)
downloadgentoo-85c7a4cfa83b21bdc22520e9a90189ecfb0b0305.tar.gz
gentoo-85c7a4cfa83b21bdc22520e9a90189ecfb0b0305.tar.bz2
gentoo-85c7a4cfa83b21bdc22520e9a90189ecfb0b0305.zip
dev-python/pyotp: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyotp')
-rw-r--r--dev-python/pyotp/pyotp-2.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyotp/pyotp-2.8.0.ebuild b/dev-python/pyotp/pyotp-2.8.0.ebuild
index c97942cf0838..a2917de0d249 100644
--- a/dev-python/pyotp/pyotp-2.8.0.ebuild
+++ b/dev-python/pyotp/pyotp-2.8.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi