diff options
author | Sam James <sam@gentoo.org> | 2020-08-02 04:46:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-02 22:04:23 +0000 |
commit | da8cdba461b16d6aa0ce356a4da2133c689b60eb (patch) | |
tree | 9b1de0ae9cc8d07197623b266d00b8025d3c6ff6 /dev-python/arpeggio | |
parent | dev-python/memory_profiler: add Python 3.9 (diff) | |
download | gentoo-da8cdba461b16d6aa0ce356a4da2133c689b60eb.tar.gz gentoo-da8cdba461b16d6aa0ce356a4da2133c689b60eb.tar.bz2 gentoo-da8cdba461b16d6aa0ce356a4da2133c689b60eb.zip |
dev-python/arpeggio: 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/arpeggio')
-rw-r--r-- | dev-python/arpeggio/arpeggio-1.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/arpeggio/arpeggio-1.9.2.ebuild b/dev-python/arpeggio/arpeggio-1.9.2.ebuild index 8e5858b7a17d..9cc5deeb5b0f 100644 --- a/dev-python/arpeggio/arpeggio-1.9.2.ebuild +++ b/dev-python/arpeggio/arpeggio-1.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |