diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-07 16:33:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-07 16:36:12 +0200 |
commit | 70c475ac48a38d3e750e95c2c03e4556740259a2 (patch) | |
tree | 55a8096441c31df20b7e95b65d01de30407982c8 /dev-python/sphinxcontrib-github-alt | |
parent | dev-python/pygments-github-lexers: Enable py3.13 (diff) | |
download | gentoo-70c475ac48a38d3e750e95c2c03e4556740259a2.tar.gz gentoo-70c475ac48a38d3e750e95c2c03e4556740259a2.tar.bz2 gentoo-70c475ac48a38d3e750e95c2c03e4556740259a2.zip |
dev-python/sphinxcontrib-github-alt: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-github-alt')
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild index 5db8977c227e..0bcb6d277d67 100644 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |