summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-02 20:07:42 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-02 20:30:47 +0100
commitc2f19d802a366d4238c412b8db948649f1c0b71a (patch)
tree1432228ca0d9357345f98771f053a836e78e9598 /dev-python
parentd6cb3354aa852b60d09b2f54c5c60e1ce36107c6 (diff)
downloadgentoo-c2f19d802a366d4238c412b8db948649f1c0b71a.tar.gz
gentoo-c2f19d802a366d4238c412b8db948649f1c0b71a.tar.bz2
gentoo-c2f19d802a366d4238c412b8db948649f1c0b71a.zip
dev-python/autopep8: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/autopep8/autopep8-2.3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autopep8/autopep8-2.3.2.ebuild b/dev-python/autopep8/autopep8-2.3.2.ebuild
index f7b440d65f267..2e9d9c08ad87c 100644
--- a/dev-python/autopep8/autopep8-2.3.2.ebuild
+++ b/dev-python/autopep8/autopep8-2.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi