summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-01 22:59:11 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-01 23:14:10 +0200
commit4060ee978d769535fbecc746e3452aa03ea65d96 (patch)
tree6a09a3f9daa87424ecefa90a6b1a5614c0fcf3c0 /app-crypt/pius
parentapp-crypt/pius: drop 3.0.0-r1 (diff)
downloadgentoo-4060ee978d769535fbecc746e3452aa03ea65d96.tar.gz
gentoo-4060ee978d769535fbecc746e3452aa03ea65d96.tar.bz2
gentoo-4060ee978d769535fbecc746e3452aa03ea65d96.zip
app-crypt/pius: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-crypt/pius')
-rw-r--r--app-crypt/pius/pius-3.0.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/pius/pius-3.0.0-r2.ebuild b/app-crypt/pius/pius-3.0.0-r2.ebuild
index 184aaf851b53..753432360b2d 100644
--- a/app-crypt/pius/pius-3.0.0-r2.ebuild
+++ b/app-crypt/pius/pius-3.0.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1