diff --git a/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild b/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild index 41d0a7e..85d1e6f 100644 --- a/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild +++ b/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 DESCRIPTION="Speed up Python's shutil.copyfile by using sendfile system call"