summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-30 21:35:33 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-30 23:11:51 +0200
commita79511560960ed138df7cd55c85640e843506ab3 (patch)
treee744e16117587b6a1a75720ebbd55e9bcde44e41 /sci-astronomy
parentsci-astronomy/pyephem: add 4.1.5 (diff)
downloadgentoo-a79511560960ed138df7cd55c85640e843506ab3.tar.gz
gentoo-a79511560960ed138df7cd55c85640e843506ab3.tar.bz2
gentoo-a79511560960ed138df7cd55c85640e843506ab3.zip
sci-astronomy/pyephem: disable py3.9
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/pyephem/pyephem-4.1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/pyephem/pyephem-4.1.5.ebuild b/sci-astronomy/pyephem/pyephem-4.1.5.ebuild
index 93729b1d9191..0e0c52a4f510 100644
--- a/sci-astronomy/pyephem/pyephem-4.1.5.ebuild
+++ b/sci-astronomy/pyephem/pyephem-4.1.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1