commit: f83847f9f0de421c3f53f5327a63dee2dd374ae9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jul 11 11:52:06 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 11 11:52:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f83847f9
sci-libs/labbookdb: PYHTON_COMPAT bump 3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/labbookdb/labbookdb-0.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/labbookdb/labbookdb-0.1.ebuild
b/sci-libs/labbookdb/labbookdb-0.1.ebuild
index 4da4106a2..8f148746d 100644
--- a/sci-libs/labbookdb/labbookdb-0.1.ebuild
+++ b/sci-libs/labbookdb/labbookdb-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1