From c571331e02b56e68abed37024f2969447a224ab0 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 23 Nov 2024 21:52:53 +0200 Subject: [PATCH] net-im/matrix-commander: disable py3.10 Signed-off-by: Alfred Wingate --- net-im/matrix-commander/matrix-commander-8.0.0.ebuild | 2 +- net-im/matrix-commander/matrix-commander-8.0.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/matrix-commander/matrix-commander-8.0.0.ebuild b/net-im/matrix-commander/matrix-commander-8.0.0.ebuild index a02d413..017a459 100644 --- a/net-im/matrix-commander/matrix-commander-8.0.0.ebuild +++ b/net-im/matrix-commander/matrix-commander-8.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 bash-completion-r1 diff --git a/net-im/matrix-commander/matrix-commander-8.0.4.ebuild b/net-im/matrix-commander/matrix-commander-8.0.4.ebuild index a02d413..017a459 100644 --- a/net-im/matrix-commander/matrix-commander-8.0.4.ebuild +++ b/net-im/matrix-commander/matrix-commander-8.0.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 bash-completion-r1