aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:40:54 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:40:54 +0100
commit013a94d87d9a4ff23a9db6e4f02ae7d113580f2d (patch)
treeef9f1cd48fc27f69a22f4f2a68ce9600289606d3 /dev-python/sphinx-astropy/sphinx-astropy-1.7.0.ebuild
parentdev-python/pytorch-lightning: disable py3.8, py3.9 (diff)
downloadsci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.tar.gz
sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.tar.bz2
sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.zip
*/*: drop py3.8 and py3.9 where py3.10+ already enabled
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-astropy/sphinx-astropy-1.7.0.ebuild')
-rw-r--r--dev-python/sphinx-astropy/sphinx-astropy-1.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-astropy/sphinx-astropy-1.7.0.ebuild b/dev-python/sphinx-astropy/sphinx-astropy-1.7.0.ebuild
index be4395414..cf6e3a5c5 100644
--- a/dev-python/sphinx-astropy/sphinx-astropy-1.7.0.ebuild
+++ b/dev-python/sphinx-astropy/sphinx-astropy-1.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1