diff options
author | 2022-05-16 21:41:12 +0300 | |
---|---|---|
committer | 2022-05-16 21:41:26 +0300 | |
commit | bbfa7775c7d6e8ead7f093651665213341e42e31 (patch) | |
tree | 11cb5849b2b3451682fd4d303f9966f03eebf23e /dev-python/utidylib | |
parent | dev-python/utidylib: PEP517 (diff) | |
download | gentoo-bbfa7775c7d6e8ead7f093651665213341e42e31.tar.gz gentoo-bbfa7775c7d6e8ead7f093651665213341e42e31.tar.bz2 gentoo-bbfa7775c7d6e8ead7f093651665213341e42e31.zip |
dev-python/utidylib: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r-- | dev-python/utidylib/utidylib-0.7-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/utidylib/utidylib-0.7-r3.ebuild b/dev-python/utidylib/utidylib-0.7-r3.ebuild index e2b6fdd88cbe..1e2d9febb1f4 100644 --- a/dev-python/utidylib/utidylib-0.7-r3.ebuild +++ b/dev-python/utidylib/utidylib-0.7-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) MY_P="uTidylib-${PV}" inherit distutils-r1 |