aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 12:12:31 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 12:12:31 +0100
commit30924c833876cf97608ec177c2b87f1312819313 (patch)
treeca6af81d8d4ea4a839cc61525ff40b9977d2d99a /dev-python
parentdev-python/astropy: bump to version 5.0 (diff)
downloadsci-30924c833876cf97608ec177c2b87f1312819313.tar.gz
sci-30924c833876cf97608ec177c2b87f1312819313.tar.bz2
sci-30924c833876cf97608ec177c2b87f1312819313.zip
dev-python/astropy-sphinx-theme: enable python3_10
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild b/dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild
index dae2f430f..844b614bd 100644
--- a/dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild
+++ b/dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1