diff options
Diffstat (limited to 'dev-python/carbon/carbon-1.1.5.ebuild')
-rw-r--r-- | dev-python/carbon/carbon-1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/carbon/carbon-1.1.5.ebuild b/dev-python/carbon/carbon-1.1.5.ebuild index 74d2937c437c..920de7f1577a 100644 --- a/dev-python/carbon/carbon-1.1.5.ebuild +++ b/dev-python/carbon/carbon-1.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) # 3.7 dropped due to dep-hell +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |