diff options
Diffstat (limited to 'app-editors/pyvim')
-rw-r--r-- | app-editors/pyvim/pyvim-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-editors/pyvim/pyvim-3.0.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/pyvim/pyvim-3.0.2.ebuild b/app-editors/pyvim/pyvim-3.0.2.ebuild index 14ad9912d076..fb3ea34be2cf 100644 --- a/app-editors/pyvim/pyvim-3.0.2.ebuild +++ b/app-editors/pyvim/pyvim-3.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/app-editors/pyvim/pyvim-3.0.3.ebuild b/app-editors/pyvim/pyvim-3.0.3.ebuild index a82ef87a6274..bb5c22739b27 100644 --- a/app-editors/pyvim/pyvim-3.0.3.ebuild +++ b/app-editors/pyvim/pyvim-3.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 edo |