commit: 7f758198d5fc1204ae7b778e60ffaed9bdceb9cb
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Dec 23 08:14:02 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Dec 23 08:16:24 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7f758198
sci-libs/pybids: updated PYTHON_COMPAT
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/pybids/pybids-0.6.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild
b/sci-libs/pybids/pybids-0.6.5.ebuild
index aac0d1a65..27c9b92be 100644
--- a/sci-libs/pybids/pybids-0.6.5.ebuild
+++ b/sci-libs/pybids/pybids-0.6.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1