diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-14 13:37:03 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-14 13:38:21 +0200 |
commit | 10ab03e5c1a36a04b88e90a915825992bf36ccc6 (patch) | |
tree | 9fad4d748dc4d73ffd7c06411b5f98a167d1790b /dev-python/sphinx-autodoc-typehints | |
parent | dev-python/sphobjinv: enable py3.13 (diff) | |
download | gentoo-10ab03e5c1a36a04b88e90a915825992bf36ccc6.tar.gz gentoo-10ab03e5c1a36a04b88e90a915825992bf36ccc6.tar.bz2 gentoo-10ab03e5c1a36a04b88e90a915825992bf36ccc6.zip |
dev-python/sphinx-autodoc-typehints: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-autodoc-typehints')
-rw-r--r-- | dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.1.0.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.1.0.ebuild index dd2aff21f131..7bc18475650e 100644 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.1.0.ebuild +++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-2.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |