diff options
author | Sam James <sam@gentoo.org> | 2020-08-02 04:45:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-02 22:04:23 +0000 |
commit | 0ceb49e2099224c87f9f5514c8f8768e07d42369 (patch) | |
tree | 7f814f3eef1d2daae3a1495cb8a3e1655860fc79 /dev-python/memory_profiler | |
parent | dev-python/wsproto: add Python 3.9 (diff) | |
download | gentoo-0ceb49e2099224c87f9f5514c8f8768e07d42369.tar.gz gentoo-0ceb49e2099224c87f9f5514c8f8768e07d42369.tar.bz2 gentoo-0ceb49e2099224c87f9f5514c8f8768e07d42369.zip |
dev-python/memory_profiler: add Python 3.9
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/memory_profiler')
-rw-r--r-- | dev-python/memory_profiler/memory_profiler-0.57.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/memory_profiler/memory_profiler-0.57.ebuild b/dev-python/memory_profiler/memory_profiler-0.57.ebuild index 6c1a46963ede..823832fa016f 100644 --- a/dev-python/memory_profiler/memory_profiler-0.57.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.57.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend |