From 2b2928cf40acc2249d316a0926bdf45b2fb57745 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 24 Aug 2023 00:28:53 +0100 Subject: dev-python/secretstorage: enable py3.12 Signed-off-by: Marek Szuba --- dev-python/secretstorage/secretstorage-3.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/secretstorage/secretstorage-3.3.3.ebuild b/dev-python/secretstorage/secretstorage-3.3.3.ebuild index 8e7487a5f07b..3bcd2a5e1eb2 100644 --- a/dev-python/secretstorage/secretstorage-3.3.3.ebuild +++ b/dev-python/secretstorage/secretstorage-3.3.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN="SecretStorage" -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad