summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2024-04-14 18:40:31 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2024-04-14 23:09:12 +0200
commit5d6754111d37ab8df8e46bd8e35980d948c4e320 (patch)
treeb1c5b1a47e97e542b2b91529cca9e635bc40c376
parentdev-python/arsenic: enable py3.12 (diff)
downloadgentoo-5d6754111d37ab8df8e46bd8e35980d948c4e320.tar.gz
gentoo-5d6754111d37ab8df8e46bd8e35980d948c4e320.tar.bz2
gentoo-5d6754111d37ab8df8e46bd8e35980d948c4e320.zip
dev-python/yaswfp: enable py3.12
Closes: https://bugs.gentoo.org/929521 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
-rw-r--r--dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild b/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild
index 043f81672986..ab7beaf2ea16 100644
--- a/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild
+++ b/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi