commit: d7c236aee4b764e2e8cc6326ee9d225eefb38c8f
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 12 10:52:57 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 12 10:52:57 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d7c236ae
dev-python/pytorch-lightning: disable py3.8, py3.9
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
index 341aeded4..c50848555 100644
--- a/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
+++ b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.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 )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1