diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-04-13 12:57:11 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-16 12:54:59 +0300 |
commit | db51f38a60a21a75332c1b58db2e3ca6866c0766 (patch) | |
tree | 6ba5e5c7a236819acdb4ea3f0ec0b43b225be665 /dev-python/spyder-notebook | |
parent | dev-python/spyder-memory-profiler: add py3.9 (diff) | |
download | gentoo-db51f38a60a21a75332c1b58db2e3ca6866c0766.tar.gz gentoo-db51f38a60a21a75332c1b58db2e3ca6866c0766.tar.bz2 gentoo-db51f38a60a21a75332c1b58db2e3ca6866c0766.zip |
dev-python/spyder-notebook: add py3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/spyder-notebook')
-rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild index 4c05cd8e2619..de8761f5d3a7 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 virtualx |