diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-05-27 00:17:03 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-05-27 00:40:24 +0200 |
commit | 62f008bc940083c161e7b733535141fe4a6222d6 (patch) | |
tree | 353316fc0a263ab947879e92b4636e3e1436d0f6 /dev-python/unpaddedbase64 | |
parent | dev-python/matrix-common: enable py3.13 (diff) | |
download | gentoo-62f008bc940083c161e7b733535141fe4a6222d6.tar.gz gentoo-62f008bc940083c161e7b733535141fe4a6222d6.tar.bz2 gentoo-62f008bc940083c161e7b733535141fe4a6222d6.zip |
dev-python/unpaddedbase64: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/unpaddedbase64')
-rw-r--r-- | dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild index 82c95b8c2fb9..ea3fe547739f 100644 --- a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild +++ b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |