diff options
Diffstat (limited to 'dev-python/case')
-rw-r--r-- | dev-python/case/case-1.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/case/case-1.5.3.ebuild b/dev-python/case/case-1.5.3.ebuild index 884af8823b84..1d43b7d1b919 100644 --- a/dev-python/case/case-1.5.3.ebuild +++ b/dev-python/case/case-1.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |