diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-22 21:20:42 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-22 21:20:42 +0200 |
commit | 605353898510592cd5a7be503d427c36c86344f6 (patch) | |
tree | 6c3b6a55cfca47abe574e6d0923ffb8416d55572 /dev-python | |
parent | dev-python/python-gflags: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |