diff options
author | 2023-01-12 12:40:54 +0100 | |
---|---|---|
committer | 2023-01-12 12:40:54 +0100 | |
commit | 013a94d87d9a4ff23a9db6e4f02ae7d113580f2d (patch) | |
tree | ef9f1cd48fc27f69a22f4f2a68ce9600289606d3 /sci-libs/pybids | |
parent | dev-python/pytorch-lightning: disable py3.8, py3.9 (diff) | |
download | sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.tar.gz sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.tar.bz2 sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.zip |
*/*: drop py3.8 and py3.9 where py3.10+ already enabled
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
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.12.4.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pybids/pybids-0.6.5.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/pybids/pybids-0.10.2.ebuild b/sci-libs/pybids/pybids-0.10.2.ebuild index 1143655d7..8ddf531e8 100644 --- a/sci-libs/pybids/pybids-0.10.2.ebuild +++ b/sci-libs/pybids/pybids-0.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-0.12.4.ebuild b/sci-libs/pybids/pybids-0.12.4.ebuild index ace1712ce..ffc9fad38 100644 --- a/sci-libs/pybids/pybids-0.12.4.ebuild +++ b/sci-libs/pybids/pybids-0.12.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild b/sci-libs/pybids/pybids-0.6.5.ebuild index ceb6784d1..47262bccd 100644 --- a/sci-libs/pybids/pybids-0.6.5.ebuild +++ b/sci-libs/pybids/pybids-0.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 |