commit: e233b6a80c941e4570b7214fddaba712b12967ec
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 23:12:22 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 18:43:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e233b6a8
dev-python/python-dotenv: enable py3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/python-dotenv/python-dotenv-0.18.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-dotenv/python-dotenv-0.18.0-r1.ebuild
b/dev-python/python-dotenv/python-dotenv-0.18.0-r1.ebuild
index 6e5625da2f4..9c19ce5b817 100644
--- a/dev-python/python-dotenv/python-dotenv-0.18.0-r1.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-0.18.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Manage .env files"