summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-02-07 11:46:22 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2025-02-07 11:46:55 +0200
commit558d7760d67b7b4d5e45551b59b6b2875d9833c4 (patch)
tree14b5103ce0c69522a8e5fc79f99881b27dd8bbb5 /dev-python
parent727c8b85e76f611088b0ad6d77eefb4829bf9c31 (diff)
downloadgentoo-558d7760d67b7b4d5e45551b59b6b2875d9833c4.tar.gz
gentoo-558d7760d67b7b4d5e45551b59b6b2875d9833c4.tar.bz2
gentoo-558d7760d67b7b4d5e45551b59b6b2875d9833c4.zip
dev-python/fastbencode: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fastbencode/fastbencode-0.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fastbencode/fastbencode-0.3.1.ebuild b/dev-python/fastbencode/fastbencode-0.3.1.ebuild
index c2e3ef944d34..050e3c30fde5 100644
--- a/dev-python/fastbencode/fastbencode-0.3.1.ebuild
+++ b/dev-python/fastbencode/fastbencode-0.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi