commit: 246f5aa88bbcefc4c53e3e0d7be615427079947e
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 12 10:28:04 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 12 10:28:04 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=246f5aa8
dev-python/ccdproc: disable py3.8, py3.9
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/ccdproc/ccdproc-2.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ccdproc/ccdproc-2.3.0.ebuild
b/dev-python/ccdproc/ccdproc-2.3.0.ebuild
index 015dd2910..7789636c3 100644
--- a/dev-python/ccdproc/ccdproc-2.3.0.ebuild
+++ b/dev-python/ccdproc/ccdproc-2.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1