diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 20:49:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 20:49:47 +0300 |
commit | d13f8de04f981394ad6d64ec3d6d914277a87fc4 (patch) | |
tree | ffd6cc313a31eb45e75b222385d08e624d63cbd4 /dev-python/pytest-metadata | |
parent | dev-python/pytest-metadata: add 2.0.2 (diff) | |
download | gentoo-d13f8de04f981394ad6d64ec3d6d914277a87fc4.tar.gz gentoo-d13f8de04f981394ad6d64ec3d6d914277a87fc4.tar.bz2 gentoo-d13f8de04f981394ad6d64ec3d6d914277a87fc4.zip |
dev-python/pytest-metadata: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-metadata')
-rw-r--r-- | dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild b/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild index 3f2c81106531..07cee70b8a98 100644 --- a/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild +++ b/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |