diff options
author | 2020-12-23 03:14:02 -0500 | |
---|---|---|
committer | 2020-12-23 03:16:24 -0500 | |
commit | 7f758198d5fc1204ae7b778e60ffaed9bdceb9cb (patch) | |
tree | db21f8825ad77d3ac475d8d1515aa0973f23a6c2 /sci-libs/pybids | |
parent | dev-python/num2words: updated PYTHON_COMPAT (diff) | |
download | sci-7f758198d5fc1204ae7b778e60ffaed9bdceb9cb.tar.gz sci-7f758198d5fc1204ae7b778e60ffaed9bdceb9cb.tar.bz2 sci-7f758198d5fc1204ae7b778e60ffaed9bdceb9cb.zip |
sci-libs/pybids: updated PYTHON_COMPAT
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-libs/pybids')
-rw-r--r-- | sci-libs/pybids/pybids-0.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |