summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-05-27 00:17:03 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-05-27 00:40:24 +0200
commit62f008bc940083c161e7b733535141fe4a6222d6 (patch)
tree353316fc0a263ab947879e92b4636e3e1436d0f6 /dev-python/unpaddedbase64
parentdev-python/matrix-common: enable py3.13 (diff)
downloadgentoo-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.ebuild4
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