diff options
Diffstat (limited to 'dev-python/gitpython/gitpython-3.1.44.ebuild')
| -rw-r--r-- | dev-python/gitpython/gitpython-3.1.44.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/gitpython/gitpython-3.1.44.ebuild b/dev-python/gitpython/gitpython-3.1.44.ebuild index edf31f913c47..f9fda65a77d6 100644 --- a/dev-python/gitpython/gitpython-3.1.44.ebuild +++ b/dev-python/gitpython/gitpython-3.1.44.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_PN=GitPython -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi @@ -39,9 +39,6 @@ BDEPEND=" test? ( >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/typing-extensions[${PYTHON_USEDEP}] - ' 3.10) ) " |
