diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-05-09 12:14:24 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-05-09 12:14:24 +0200 |
commit | 0ee1b42b56ebf4eb74d4e26c18b8674aabe40bfc (patch) | |
tree | cd365129839542e80f58940632e084cd3ca5084b /dev-python/cachetools | |
parent | dev-python/whisper: add support for Python-3.8 (diff) | |
download | gentoo-0ee1b42b56ebf4eb74d4e26c18b8674aabe40bfc.tar.gz gentoo-0ee1b42b56ebf4eb74d4e26c18b8674aabe40bfc.tar.bz2 gentoo-0ee1b42b56ebf4eb74d4e26c18b8674aabe40bfc.zip |
dev-python/cachetools: add support for Python-3.8
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/cachetools')
-rw-r--r-- | dev-python/cachetools/cachetools-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachetools/cachetools-3.1.1.ebuild b/dev-python/cachetools/cachetools-3.1.1.ebuild index 2148006d4acb..c43fb2439911 100644 --- a/dev-python/cachetools/cachetools-3.1.1.ebuild +++ b/dev-python/cachetools/cachetools-3.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |