From 27987951ce47e85141d5f96974a2d7132c6a61a5 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 9 Jun 2021 15:53:48 +0100 Subject: dev-vcs/pre-commit: support python3_10 Builds and installs fine, tests (when unrestricted) fail the same way as for older Python versions. Signed-off-by: Marek Szuba --- dev-vcs/pre-commit/pre-commit-2.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-vcs') diff --git a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild b/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild index db770b021cd6..3d3e6ce0d2ed 100644 --- a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild +++ b/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_REQ_USE="sqlite" -- cgit v1.2.3-65-gdbad