diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-05 13:33:42 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-05 13:33:42 +0100 |
commit | 8f1eae3171f3fbec0b070fcdee3119859c5cdec9 (patch) | |
tree | 47781288f317438831ad458223ce92f5340ac191 /sci-visualization | |
parent | sci-visualization/dash-html-components: PythonCompatUpdate (diff) | |
download | gentoo-8f1eae3171f3fbec0b070fcdee3119859c5cdec9.tar.gz gentoo-8f1eae3171f3fbec0b070fcdee3119859c5cdec9.tar.bz2 gentoo-8f1eae3171f3fbec0b070fcdee3119859c5cdec9.zip |
sci-visualization/dash-table: 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-table/dash-table-4.11.3.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/dash-table/dash-table-4.12.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild index 273b870d6b77..6c89d8f950de 100644 --- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild +++ b/sci-visualization/dash-table/dash-table-4.11.3.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="First-Class interactive DataTable for Dash" diff --git a/sci-visualization/dash-table/dash-table-4.12.1.ebuild b/sci-visualization/dash-table/dash-table-4.12.1.ebuild index 273b870d6b77..6c89d8f950de 100644 --- a/sci-visualization/dash-table/dash-table-4.12.1.ebuild +++ b/sci-visualization/dash-table/dash-table-4.12.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="First-Class interactive DataTable for Dash" |