From cb0910649b5e60485c4e643cd4fcb060bae42ae9 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 26 Jan 2024 23:18:21 +0200 Subject: [PATCH] dev-python/python-snappy: enable py3.12 Signed-off-by: Arthur Zamarin --- dev-python/python-snappy/python-snappy-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild index c18c335f985f0..93660c3dcdea1 100644 --- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild +++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi