diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-05 13:29:34 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-05 13:29:34 +0100 |
commit | b2194baddab89953aa45e70424b178b96d890ee9 (patch) | |
tree | 2aeb2e79fe90675da4116662e1063ab41b053e1f /sci-visualization | |
parent | media-radio/qrq: Version bump (diff) | |
download | gentoo-b2194baddab89953aa45e70424b178b96d890ee9.tar.gz gentoo-b2194baddab89953aa45e70424b178b96d890ee9.tar.bz2 gentoo-b2194baddab89953aa45e70424b178b96d890ee9.zip |
sci-visualization/dash-core-components: PythonCompatUpdate
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild index 8c8eac37c2de..373d06e99ac6 100644 --- a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild +++ b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Core components suite for Dash" diff --git a/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild index 8c8eac37c2de..373d06e99ac6 100644 --- a/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild +++ b/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Core components suite for Dash" |