diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-15 07:55:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-15 08:07:42 +0200 |
commit | 19feebc1cde596f3a14726f8ecf5f5383b340d84 (patch) | |
tree | eb01174510eb5f417c6e068eaed93f14a730f238 /dev-python/pytest-trio | |
parent | dev-python/trio: Enable py3.11 (diff) | |
download | gentoo-19feebc1cde596f3a14726f8ecf5f5383b340d84.tar.gz gentoo-19feebc1cde596f3a14726f8ecf5f5383b340d84.tar.bz2 gentoo-19feebc1cde596f3a14726f8ecf5f5383b340d84.zip |
dev-python/pytest-trio: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-trio')
-rw-r--r-- | dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild index 8b853daa24b0..06726afa9ef3 100644 --- a/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 |