summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-22 21:20:42 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-22 21:20:42 +0200
commit605353898510592cd5a7be503d427c36c86344f6 (patch)
tree6c3b6a55cfca47abe574e6d0923ffb8416d55572 /dev-python
parentdev-python/python-gflags: enable py3.11 (diff)
downloadgentoo-605353898510592cd5a7be503d427c36c86344f6.tar.gz
gentoo-605353898510592cd5a7be503d427c36c86344f6.tar.bz2
gentoo-605353898510592cd5a7be503d427c36c86344f6.zip
dev-python/flit: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flit/flit-3.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flit/flit-3.8.0.ebuild b/dev-python/flit/flit-3.8.0.ebuild
index 339ab03b5838..d8e36ec80297 100644
--- a/dev-python/flit/flit-3.8.0.ebuild
+++ b/dev-python/flit/flit-3.8.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Simplified packaging of Python modules"