diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-18 19:00:05 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-18 19:02:05 +0200 |
commit | 11ee9f233a1672bf3abc38c2426c8f1f4ec436ce (patch) | |
tree | 6b4854784f9c902909adbe0f7ebf6a6bdbfc6d23 /dev-python/sphinx-celery | |
parent | dev-python/urwid: add 2.4.4 (diff) | |
download | gentoo-11ee9f233a1672bf3abc38c2426c8f1f4ec436ce.tar.gz gentoo-11ee9f233a1672bf3abc38c2426c8f1f4ec436ce.tar.bz2 gentoo-11ee9f233a1672bf3abc38c2426c8f1f4ec436ce.zip |
dev-python/sphinx-celery: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-celery')
-rw-r--r-- | dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild | 2 |
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 ee0b80a49ece..b4a12edac349 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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |