diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-25 17:22:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-25 17:47:33 +0200 |
commit | a4347a8cef321fd329dd0a190b73bed0be1874d7 (patch) | |
tree | cd8829debbfdb5011cc8875ceef428cc40004005 | |
parent | dev-python/ephemeral-port-reserve: Enable py3.12 (diff) | |
download | gentoo-a4347a8cef321fd329dd0a190b73bed0be1874d7.tar.gz gentoo-a4347a8cef321fd329dd0a190b73bed0be1874d7.tar.bz2 gentoo-a4347a8cef321fd329dd0a190b73bed0be1874d7.zip |
dev-python/pytest-xprocess: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest-xprocess/pytest-xprocess-0.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.22.2.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.22.2.ebuild index 863251f734a8..cc945bfd1786 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.22.2.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.22.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |