diff options
Diffstat (limited to 'dev-python/daemonocle')
-rw-r--r-- | dev-python/daemonocle/daemonocle-1.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/daemonocle/daemonocle-1.2.2.ebuild b/dev-python/daemonocle/daemonocle-1.2.2.ebuild index c7260c5..6ec96d6 100644 --- a/dev-python/daemonocle/daemonocle-1.2.2.ebuild +++ b/dev-python/daemonocle/daemonocle-1.2.2.ebuild @@ -1,6 +1,6 @@ EAPI="6" -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Library for creating your own Unix-style daemons" |