diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2021-12-30 13:01:30 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2021-12-30 13:01:55 +0100 |
commit | 3d627e28572c44ea8a69054403992efdb1b2b69b (patch) | |
tree | 75a6fd038d568b7f57a4ec0a5b5af5d681f426c6 /sci-visualization | |
parent | dev-vcs/gitg: Fix installing without "python3" symlink (diff) | |
download | gentoo-3d627e28572c44ea8a69054403992efdb1b2b69b.tar.gz gentoo-3d627e28572c44ea8a69054403992efdb1b2b69b.tar.bz2 gentoo-3d627e28572c44ea8a69054403992efdb1b2b69b.zip |
sci-visualization/pythonprop: Now supports python3_10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.ebuild index 819d026aa0fb..9788a4b51e84 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-single-r1 |