diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-06-19 11:41:58 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-06-19 11:42:10 +0200 |
commit | 27d9771c76b1ae1693066e1773f1a8cc8d427998 (patch) | |
tree | c5569a57fe704ec51126f67132fb0a4eb047437b /app-editors/pyvim | |
parent | app-crypt/pius: Support python 3.12 and port to PEP517 (diff) | |
download | gentoo-27d9771c76b1ae1693066e1773f1a8cc8d427998.tar.gz gentoo-27d9771c76b1ae1693066e1773f1a8cc8d427998.tar.bz2 gentoo-27d9771c76b1ae1693066e1773f1a8cc8d427998.zip |
app-editors/pyvim: enable py3.12
Closes: https://bugs.gentoo.org/929298
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-editors/pyvim')
-rw-r--r-- | app-editors/pyvim/pyvim-3.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/pyvim/pyvim-3.0.3.ebuild b/app-editors/pyvim/pyvim-3.0.3.ebuild index 984c32f845ed..237f234c7c33 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 edo |