diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-08 10:40:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-08 10:41:43 +0100 |
commit | 4c36480d0681f7405a13cac0b63a1ea9d365bcbd (patch) | |
tree | 65dd48ab9d208a2799199b60fa0b8b1abac124a9 /dev-python/nodeenv | |
parent | dev-python/keystoneauth1: Enable py3.12 (diff) | |
download | gentoo-4c36480d0681f7405a13cac0b63a1ea9d365bcbd.tar.gz gentoo-4c36480d0681f7405a13cac0b63a1ea9d365bcbd.tar.bz2 gentoo-4c36480d0681f7405a13cac0b63a1ea9d365bcbd.zip |
dev-python/nodeenv: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nodeenv')
-rw-r--r-- | dev-python/nodeenv/nodeenv-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nodeenv/nodeenv-1.8.0.ebuild b/dev-python/nodeenv/nodeenv-1.8.0.ebuild index 42d7dcf80d02..47f871fe3f53 100644 --- a/dev-python/nodeenv/nodeenv-1.8.0.ebuild +++ b/dev-python/nodeenv/nodeenv-1.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |