diff options
author | 2022-05-21 16:15:58 +0200 | |
---|---|---|
committer | 2022-05-21 16:15:58 +0200 | |
commit | 2115d30a16abc5a585eea56019979f740a4da8ea (patch) | |
tree | d69fc585cde5994d88944c9a76ccca3df3803101 /dev-python/oslotest | |
parent | dev-python/oslotest: Remove unused subunit dep (diff) | |
download | gentoo-2115d30a16abc5a585eea56019979f740a4da8ea.tar.gz gentoo-2115d30a16abc5a585eea56019979f740a4da8ea.tar.bz2 gentoo-2115d30a16abc5a585eea56019979f740a4da8ea.zip |
dev-python/oslotest: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslotest')
-rw-r--r-- | dev-python/oslotest/oslotest-4.5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslotest/oslotest-4.5.0-r1.ebuild b/dev-python/oslotest/oslotest-4.5.0-r1.ebuild index 774c4d67b30b..0cf654906661 100644 --- a/dev-python/oslotest/oslotest-4.5.0-r1.ebuild +++ b/dev-python/oslotest/oslotest-4.5.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |