commit: 9d4d288c1637c95deb71f08e6c9886f0d8322a2a
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 12:27:40 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 12:27:40 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d4d288c
dev-python/dpctl: enable py3.12
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dpctl/dpctl-0.14.1_rc2.ebuild | 2 +-
dev-python/dpctl/dpctl-0.14.5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
b/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
index 11ac2ad37..4ef429b97 100644
--- a/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
+++ b/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/dpctl/dpctl-0.14.5.ebuild
b/dev-python/dpctl/dpctl-0.14.5.ebuild
index 11ac2ad37..4ef429b97 100644
--- a/dev-python/dpctl/dpctl-0.14.5.ebuild
+++ b/dev-python/dpctl/dpctl-0.14.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1