aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2023-05-02 17:51:53 -0400
committerHorea Christian <chr@chymera.eu>2023-05-02 17:51:53 -0400
commita27f305debe14af3b455cfe504d66a606d6b65e9 (patch)
treed0ac8e6df4331b6760f7e056ec21410785b42c4e /dev-python/probeinterface/probeinterface-0.2.14.ebuild
parentdev-python/neo: brought back (diff)
downloadsci-a27f305debe14af3b455cfe504d66a606d6b65e9.tar.gz
sci-a27f305debe14af3b455cfe504d66a606d6b65e9.tar.bz2
sci-a27f305debe14af3b455cfe504d66a606d6b65e9.zip
dev-python/probeinterface: enable py3.11
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python/probeinterface/probeinterface-0.2.14.ebuild')
-rw-r--r--dev-python/probeinterface/probeinterface-0.2.14.ebuild4
1 files changed, 2 insertions, 2 deletions
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"