diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-22 08:52:21 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-22 08:52:26 -0700 |
commit | 6d2c0e0858158175d64635011f811073df640d83 (patch) | |
tree | 7ad1401e4745c0e903ac83c227795466f6e1c341 /dev-python/sphinx_celery | |
parent | dev-python/socketio-client: enable py3.10 (diff) | |
download | gentoo-6d2c0e0858158175d64635011f811073df640d83.tar.gz gentoo-6d2c0e0858158175d64635011f811073df640d83.tar.bz2 gentoo-6d2c0e0858158175d64635011f811073df640d83.zip |
dev-python/sphinx_celery: enable py3.10
Closes: https://bugs.gentoo.org/845882
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_celery')
-rw-r--r-- | dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild index 62dd26081087..85de2bc0e770 100644 --- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild +++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |