diff options
author | Craig Andrews <candrews@gentoo.org> | 2024-05-17 09:40:44 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2024-05-17 09:41:08 -0400 |
commit | 50475d829ad6b534e2e95f8f5009048565d83e48 (patch) | |
tree | 0d5a0371f5f9bd83362164c36df3ee4f16bdfb21 /net-libs | |
parent | profiles: add bug ref to tree-sitter mask (diff) | |
download | gentoo-50475d829ad6b534e2e95f8f5009048565d83e48.tar.gz gentoo-50475d829ad6b534e2e95f8f5009048565d83e48.tar.bz2 gentoo-50475d829ad6b534e2e95f8f5009048565d83e48.zip |
net-libs/stem: enable py3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/stem/stem-1.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/stem/stem-1.8.2.ebuild b/net-libs/stem/stem-1.8.2.ebuild index 029f9e97a8f3..26857d59447a 100644 --- a/net-libs/stem/stem-1.8.2.ebuild +++ b/net-libs/stem/stem-1.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |