diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-06-03 11:33:37 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-06-03 15:22:21 -0500 |
commit | c5eebfde8716d8916c3c66091a95911b9582b27f (patch) | |
tree | 9cb541b0d7ea436c38ac869f45f63a6480460f18 /app-text | |
parent | app-misc/geneweb: add 7.0.1_alpha2 (diff) | |
download | gentoo-c5eebfde8716d8916c3c66091a95911b9582b27f.tar.gz gentoo-c5eebfde8716d8916c3c66091a95911b9582b27f.tar.bz2 gentoo-c5eebfde8716d8916c3c66091a95911b9582b27f.zip |
app-text/grip: enable py3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/grip/grip-4.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/grip/grip-4.6.2.ebuild b/app-text/grip/grip-4.6.2.ebuild index 7e8469d79e06..f18bbfd3d952 100644 --- a/app-text/grip/grip-4.6.2.ebuild +++ b/app-text/grip/grip-4.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |