commit: 703997394916890a37fdeda5d63e771c243455d7
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 20:30:28 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 20:30:33 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=70399739
dev-python/asdf: enable py3.10 and disable py3.8, py3.9
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/asdf/asdf-2.8.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/asdf/asdf-2.8.3.ebuild
b/dev-python/asdf/asdf-2.8.3.ebuild
index 96663e49a..fec47de41 100644
--- a/dev-python/asdf/asdf-2.8.3.ebuild
+++ b/dev-python/asdf/asdf-2.8.3.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..9} )
+PYTHON_COMPAT=( python3_{10..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1