diff options
author | 2020-12-23 03:19:01 -0500 | |
---|---|---|
committer | 2020-12-23 03:19:01 -0500 | |
commit | bf5923e9abbbb0967fa36e65a657c1944aec6b16 (patch) | |
tree | 0c07ad8baca9a342dd54363893679f027a70e0db /sci-libs/pybids | |
parent | sci-libs/bids-validator: updated PYTHON_COMPAT (diff) | |
download | sci-bf5923e9abbbb0967fa36e65a657c1944aec6b16.tar.gz sci-bf5923e9abbbb0967fa36e65a657c1944aec6b16.tar.bz2 sci-bf5923e9abbbb0967fa36e65a657c1944aec6b16.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.10.2.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pybids/pybids-0.11.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pybids/pybids-0.10.2.ebuild b/sci-libs/pybids/pybids-0.10.2.ebuild index 829f7a955..c35644b72 100644 --- a/sci-libs/pybids/pybids-0.10.2.ebuild +++ b/sci-libs/pybids/pybids-0.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-0.11.1.ebuild b/sci-libs/pybids/pybids-0.11.1.ebuild index 829f7a955..c35644b72 100644 --- a/sci-libs/pybids/pybids-0.11.1.ebuild +++ b/sci-libs/pybids/pybids-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |