diff options
author | 2023-05-27 22:24:32 +0300 | |
---|---|---|
committer | 2023-05-27 22:31:54 +0300 | |
commit | f2e5cbca3a1673b381e902553830a28cb218a6c3 (patch) | |
tree | 540b6649aa3414ede1c30d0a2b831ec424a585a8 /dev-python/vine | |
parent | net-print/epson-inkjet-printer-escpr: drop 1.7.25 (diff) | |
download | gentoo-f2e5cbca3a1673b381e902553830a28cb218a6c3.tar.gz gentoo-f2e5cbca3a1673b381e902553830a28cb218a6c3.tar.bz2 gentoo-f2e5cbca3a1673b381e902553830a28cb218a6c3.zip |
dev-python/vine: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/vine')
-rw-r--r-- | dev-python/vine/vine-5.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vine/vine-5.0.0-r1.ebuild b/dev-python/vine/vine-5.0.0-r1.ebuild index 4c9cefdf148d..f07a1a2232ac 100644 --- a/dev-python/vine/vine-5.0.0-r1.ebuild +++ b/dev-python/vine/vine-5.0.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |