summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 16:42:53 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 16:43:46 +0200
commit9bbfd9184bbb42841d07e04aeac1ffe31c8c4cb2 (patch)
tree2c8919528e33c90fcf1fa6fbec6e9022db441c14 /dev-python/littleutils
parentdev-python/pure_eval: enable py3.11 (diff)
downloadgentoo-9bbfd9184bbb42841d07e04aeac1ffe31c8c4cb2.tar.gz
gentoo-9bbfd9184bbb42841d07e04aeac1ffe31c8c4cb2.tar.bz2
gentoo-9bbfd9184bbb42841d07e04aeac1ffe31c8c4cb2.zip
dev-python/littleutils: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/littleutils')
-rw-r--r--dev-python/littleutils/littleutils-0.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/littleutils/littleutils-0.2.2.ebuild b/dev-python/littleutils/littleutils-0.2.2.ebuild
index 01803426c502..646fdf9b9636 100644
--- a/dev-python/littleutils/littleutils-0.2.2.ebuild
+++ b/dev-python/littleutils/littleutils-0.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1