diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:27:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:29:56 +0100 |
commit | 77a40c6425c8d93102307f2de34ce8e29e14d5c2 (patch) | |
tree | eedfa1a0aa4ae8e2a4e7b5890c287e66452342e7 /dev-ada | |
parent | dev-python/PyGithub: Remove Python < 3.10 (diff) | |
download | gentoo-77a40c6425c8d93102307f2de34ce8e29e14d5c2.tar.gz gentoo-77a40c6425c8d93102307f2de34ce8e29e14d5c2.tar.bz2 gentoo-77a40c6425c8d93102307f2de34ce8e29e14d5c2.zip |
dev-ada/e3-testsuite: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild | 4 | ||||
-rw-r--r-- | 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 |