diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 16:42:53 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 16:43:46 +0200 |
commit | 9bbfd9184bbb42841d07e04aeac1ffe31c8c4cb2 (patch) | |
tree | 2c8919528e33c90fcf1fa6fbec6e9022db441c14 /dev-python/littleutils | |
parent | dev-python/pure_eval: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |