commit:     e53d7c14593c047b7f997719cbbb74bcad2f7240
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 11:29:30 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 11:29:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53d7c14

dev-python/fakeredis: Restore python3.8

The regression in python3.8 support seems to have been fixed upstream.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fakeredis/fakeredis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fakeredis/fakeredis-1.8.ebuild 
b/dev-python/fakeredis/fakeredis-1.8.ebuild
index 7b846fe8e9e0..36206ffe542f 100644
--- a/dev-python/fakeredis/fakeredis-1.8.ebuild
+++ b/dev-python/fakeredis/fakeredis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1 optfeature
 

Reply via email to