commit: 77a40c6425c8d93102307f2de34ce8e29e14d5c2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 14:27:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 14:29:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a40c64
dev-ada/e3-testsuite: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild | 4 ++--
dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild
b/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild
index 2b0f09ebca52..159e6e07c792 100644
--- a/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild
+++ b/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild
b/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild
index 2b0f09ebca52..159e6e07c792 100644
--- a/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild
+++ b/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1