diff options
author | 2022-07-06 08:11:54 +0300 | |
---|---|---|
committer | 2022-07-06 08:11:54 +0300 | |
commit | 1ee991b6a979cb4186f72d2c3cd1a3fee0082ec2 (patch) | |
tree | a20d5b228322d1f5c9a47e11bc41783b72f2c40c /dev-python/mmtf-python | |
parent | dev-python/dogpile-cache: add 1.1.7 (diff) | |
download | gentoo-1ee991b6a979cb4186f72d2c3cd1a3fee0082ec2.tar.gz gentoo-1ee991b6a979cb4186f72d2c3cd1a3fee0082ec2.tar.bz2 gentoo-1ee991b6a979cb4186f72d2c3cd1a3fee0082ec2.zip |
dev-python/mmtf-python: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/mmtf-python')
-rw-r--r-- | dev-python/mmtf-python/mmtf-python-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild b/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild index ae3761f68a55..ac234e7f5a34 100644 --- a/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild +++ b/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="The python implementation of the MMTF API, decoder and encoder" |