commit: 1cac45594d3270417b2acdecd79e91eef8ef482e
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun May 9 21:45:12 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun May 9 21:56:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cac4559
dev-python/minidb: enable Python 3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/minidb/minidb-2.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/minidb/minidb-2.0.4.ebuild
b/dev-python/minidb/minidb-2.0.4.ebuild
index be7daa76636..76b8f51300b 100644
--- a/dev-python/minidb/minidb-2.0.4.ebuild
+++ b/dev-python/minidb/minidb-2.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
PYTHON_REQ_USE="sqlite"
DISTUTILS_USE_SETUPTOOLS=no