diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 15:13:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 15:13:54 +0300 |
commit | a1a215050efe609fa9d41ad7ceff600a74614c10 (patch) | |
tree | c50a7088c833b467be08b8cb2c0a6c336d29414b /dev-python/oslo-utils | |
parent | dev-python/oslo-i18n: enable py3.11 (diff) | |
download | gentoo-a1a215050efe609fa9d41ad7ceff600a74614c10.tar.gz gentoo-a1a215050efe609fa9d41ad7ceff600a74614c10.tar.bz2 gentoo-a1a215050efe609fa9d41ad7ceff600a74614c10.zip |
dev-python/oslo-utils: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/oslo-utils')
-rw-r--r-- | dev-python/oslo-utils/oslo-utils-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild b/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild index a0bf0d0fa37e..73aef4d69392 100644 --- a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild +++ b/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |