diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-19 21:02:06 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-19 21:08:39 +0300 |
commit | ec3e32353232ff343ba05015aaf533e8525681b3 (patch) | |
tree | 01e5c0f61ca44b796d406396a1eb015e942cc96e /dev-python/python-dbusmock | |
parent | dev-python/nptyping: add 2.1.3 (diff) | |
download | gentoo-ec3e32353232ff343ba05015aaf533e8525681b3.tar.gz gentoo-ec3e32353232ff343ba05015aaf533e8525681b3.tar.bz2 gentoo-ec3e32353232ff343ba05015aaf533e8525681b3.zip |
dev-python/python-dbusmock: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-dbusmock')
-rw-r--r-- | dev-python/python-dbusmock/python-dbusmock-0.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-dbusmock/python-dbusmock-0.28.0.ebuild b/dev-python/python-dbusmock/python-dbusmock-0.28.0.ebuild index e1c52bc92c15..70c128647ac0 100644 --- a/dev-python/python-dbusmock/python-dbusmock-0.28.0.ebuild +++ b/dev-python/python-dbusmock/python-dbusmock-0.28.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 |