summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-09 17:30:08 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-09 17:30:50 +0200
commit8bf28662366089dcb96e7bca73ba9230c5454a98 (patch)
tree4a91a5ab92149dd587b8c652a45f0f20c53c62d5 /dev-python
parentdev-python/amqp: Enable py3.13 (diff)
downloadgentoo-8bf28662366089dcb96e7bca73ba9230c5454a98.tar.gz
gentoo-8bf28662366089dcb96e7bca73ba9230c5454a98.tar.bz2
gentoo-8bf28662366089dcb96e7bca73ba9230c5454a98.zip
dev-python/sphinx-celery: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
index c5afa423f675..d2c2aa1b980b 100644
--- a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild
+++ b/dev-python/sphinx-celery/sphinx-celery-2.1.3.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