diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-11 21:17:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-11 21:23:37 +0200 |
commit | d37dc4aa3999639129a444392b179e34b85727d2 (patch) | |
tree | 8d2b97abe1fac5ca524498a2894a77b5921bf8dd /dev-python/sphinx-gallery | |
parent | dev-python/joblib: Enable py3.13 (diff) | |
download | gentoo-d37dc4aa3999639129a444392b179e34b85727d2.tar.gz gentoo-d37dc4aa3999639129a444392b179e34b85727d2.tar.bz2 gentoo-d37dc4aa3999639129a444392b179e34b85727d2.zip |
dev-python/sphinx-gallery: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-gallery')
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.16.0.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.16.0.ebuild index ad9ca7368bfd..2d76d2361dbd 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.16.0.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.16.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |