diff options
author | 2022-05-11 19:40:25 +0200 | |
---|---|---|
committer | 2022-05-11 19:54:48 +0200 | |
commit | 4a9a6b7821e5f3ca278fff7408ab0606831624a6 (patch) | |
tree | e7659ff9195d6ef685ccfc6c5bd3f28bc4f904aa /dev-python/pytest-expect | |
parent | dev-python/pytest-expect: EAPI 8, PEP517 (diff) | |
download | gentoo-4a9a6b7821e5f3ca278fff7408ab0606831624a6.tar.gz gentoo-4a9a6b7821e5f3ca278fff7408ab0606831624a6.tar.bz2 gentoo-4a9a6b7821e5f3ca278fff7408ab0606831624a6.zip |
dev-python/pytest-expect: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-expect')
-rw-r--r-- | dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild index ffa30e75d716..a6b8fa81adda 100644 --- a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild +++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |