summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-16 19:57:43 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-16 19:57:43 +0300
commitf1c4c3f765d3456d791ddd4d5eaeb49686aa6da5 (patch)
tree86ab2dfd0d27ec5f08321a3ec4deb39d7c4be6dd
parentdev-python/vdf: EAPI=8, PEP517 (diff)
downloadgentoo-f1c4c3f765d3456d791ddd4d5eaeb49686aa6da5.tar.gz
gentoo-f1c4c3f765d3456d791ddd4d5eaeb49686aa6da5.tar.bz2
gentoo-f1c4c3f765d3456d791ddd4d5eaeb49686aa6da5.zip
dev-python/vdf: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/vdf/vdf-3.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vdf/vdf-3.4-r1.ebuild b/dev-python/vdf/vdf-3.4-r1.ebuild
index f8164cd225f5..2eab05005e5d 100644
--- a/dev-python/vdf/vdf-3.4-r1.ebuild
+++ b/dev-python/vdf/vdf-3.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1