diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-01 22:59:11 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-01 23:14:10 +0200 |
commit | 4060ee978d769535fbecc746e3452aa03ea65d96 (patch) | |
tree | 6a09a3f9daa87424ecefa90a6b1a5614c0fcf3c0 /app-crypt/pius | |
parent | app-crypt/pius: drop 3.0.0-r1 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |