diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 16:31:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:41:53 +0200 |
commit | 8c2ee75c610cb408dd284f9116bbcb7fab7b1dea (patch) | |
tree | 411bcb5e4268f5e101b33e7f6a2df70b330194e4 /dev-python | |
parent | dev-python/setuptools-scm: Enable py3.12 (diff) | |
download | gentoo-8c2ee75c610cb408dd284f9116bbcb7fab7b1dea.tar.gz gentoo-8c2ee75c610cb408dd284f9116bbcb7fab7b1dea.tar.bz2 gentoo-8c2ee75c610cb408dd284f9116bbcb7fab7b1dea.zip |
dev-python/hatch-vcs: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild b/dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild index 543354470f9c..529100a26457 100644 --- a/dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild +++ b/dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |