summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-08-07 12:17:11 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-08-07 12:17:34 +0200
commit1a8f1090cdf157454c00f42e26b9bce27d0629fd (patch)
treeab8a88fd007567768d26b5978f84dc6b3b11b944
parentdev-ruby/xmlrpc: add missing runtime dep (diff)
downloadgentoo-1a8f1090.tar.gz
gentoo-1a8f1090.tar.bz2
gentoo-1a8f1090.zip
dev-python/python-dotenv: enable py3.10 (again)
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r--dev-python/python-dotenv/python-dotenv-0.19.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-dotenv/python-dotenv-0.19.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.19.0.ebuild
index 8c07ebae93cf..7a6ff07c19c0 100644
--- a/dev-python/python-dotenv/python-dotenv-0.19.0.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-0.19.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Manage .env files"