diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-27 17:56:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-27 19:13:06 +0200 |
commit | ad97f03eabcb462b638702477be9a47b2c8a6910 (patch) | |
tree | 2ed0e32a597db8d032844ccced6c162da1e5fef1 /dev-python/pip-run | |
parent | dev-python/jaraco-envs: Enable py3.12 (diff) | |
download | gentoo-ad97f03eabcb462b638702477be9a47b2c8a6910.tar.gz gentoo-ad97f03eabcb462b638702477be9a47b2c8a6910.tar.bz2 gentoo-ad97f03eabcb462b638702477be9a47b2c8a6910.zip |
dev-python/pip-run: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip-run')
-rw-r--r-- | dev-python/pip-run/pip-run-10.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pip-run/pip-run-10.1.1.ebuild b/dev-python/pip-run/pip-run-10.1.1.ebuild index 0ab3eb67b4f3..36f03616bed3 100644 --- a/dev-python/pip-run/pip-run-10.1.1.ebuild +++ b/dev-python/pip-run/pip-run-10.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi @@ -40,7 +40,7 @@ BDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/nbformat[${PYTHON_USEDEP}] - ' 'python*') + ' python3_{10..11}) dev-python/setuptools[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] ) |