summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-01-17 18:09:22 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2025-01-17 18:09:37 +0200
commite5f2bc68da079a1100ef103624fefdbd2098ca9e (patch)
tree18cca83b62c3adfbb98acc528a0ee6149776cf3f /dev-python
parent67bd11c805ef6a221c203b21621f3f844e6c1279 (diff)
downloadgentoo-e5f2bc68da079a1100ef103624fefdbd2098ca9e.tar.gz
gentoo-e5f2bc68da079a1100ef103624fefdbd2098ca9e.tar.bz2
gentoo-e5f2bc68da079a1100ef103624fefdbd2098ca9e.zip
dev-python/bpython: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bpython/bpython-0.25.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bpython/bpython-0.25.ebuild b/dev-python/bpython/bpython-0.25.ebuild
index 2e657c0f3314..b6073f6d348b 100644
--- a/dev-python/bpython/bpython-0.25.ebuild
+++ b/dev-python/bpython/bpython-0.25.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi