From a7d8c4fba5b486acd434653cf87e55b9fbff5d16 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Mon, 10 May 2021 13:02:26 +0100 Subject: [PATCH] dev-python/scrypt: Port to python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/scrypt/scrypt-0.8.16.ebuild | 2 +- dev-python/scrypt/scrypt-0.8.18.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/scrypt/scrypt-0.8.16.ebuild b/dev-python/scrypt/scrypt-0.8.16.ebuild index 42f2c3ca37dfa..39a840266ab6f 100644 --- a/dev-python/scrypt/scrypt-0.8.16.ebuild +++ b/dev-python/scrypt/scrypt-0.8.16.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/scrypt/scrypt-0.8.18.ebuild b/dev-python/scrypt/scrypt-0.8.18.ebuild index 0cd1c015be559..d7034e8ceaf9a 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