diff options
Diffstat (limited to 'dev-python/scrypt/scrypt-0.8.18.ebuild')
-rw-r--r-- | dev-python/scrypt/scrypt-0.8.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.18.ebuild b/dev-python/scrypt/scrypt-0.8.18.ebuild index 0cd1c015be55..d7034e8ceaf9 100644 --- a/dev-python/scrypt/scrypt-0.8.18.ebuild +++ b/dev-python/scrypt/scrypt-0.8.18.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |