commit: a27f305debe14af3b455cfe504d66a606d6b65e9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 21:51:53 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 21:51:53 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a27f305d
dev-python/probeinterface: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/probeinterface/probeinterface-0.2.11.ebuild | 4 ++--
dev-python/probeinterface/probeinterface-0.2.14.ebuild | 4 ++--
dev-python/probeinterface/probeinterface-0.2.16.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/probeinterface/probeinterface-0.2.11.ebuild
b/dev-python/probeinterface/probeinterface-0.2.11.ebuild
index 15579b701..c3849284f 100644
--- a/dev-python/probeinterface/probeinterface-0.2.11.ebuild
+++ b/dev-python/probeinterface/probeinterface-0.2.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python package to handle probe layout, geometry and wiring to
device"
diff --git a/dev-python/probeinterface/probeinterface-0.2.14.ebuild
b/dev-python/probeinterface/probeinterface-0.2.14.ebuild
index d3827a5e9..75dd43bd4 100644
--- a/dev-python/probeinterface/probeinterface-0.2.14.ebuild
+++ b/dev-python/probeinterface/probeinterface-0.2.14.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python package to handle probe layout, geometry and wiring to
device"
diff --git a/dev-python/probeinterface/probeinterface-0.2.16.ebuild
b/dev-python/probeinterface/probeinterface-0.2.16.ebuild
index d3827a5e9..75dd43bd4 100644
--- a/dev-python/probeinterface/probeinterface-0.2.16.ebuild
+++ b/dev-python/probeinterface/probeinterface-0.2.16.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python package to handle probe layout, geometry and wiring to
device"