diff options
Diffstat (limited to 'dev-python/coverage')
-rw-r--r-- | dev-python/coverage/coverage-7.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/coverage/coverage-7.5.1.ebuild b/dev-python/coverage/coverage-7.5.1.ebuild index d7fb22bbd856..4903c1472391 100644 --- a/dev-python/coverage/coverage-7.5.1.ebuild +++ b/dev-python/coverage/coverage-7.5.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE="threads(+),sqlite(+)" inherit distutils-r1 pypi |