summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-05-09 23:45:12 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-05-09 23:56:50 +0200
commit1cac45594d3270417b2acdecd79e91eef8ef482e (patch)
tree45b4a767919aad9b449e219fdb96957605bf4aad /dev-python/minidb
parentsys-kernel/git-sources: Linux patch 5.13-rc1, remove old (diff)
downloadgentoo-1cac45594d3270417b2acdecd79e91eef8ef482e.tar.gz
gentoo-1cac45594d3270417b2acdecd79e91eef8ef482e.tar.bz2
gentoo-1cac45594d3270417b2acdecd79e91eef8ef482e.zip
dev-python/minidb: enable Python 3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/minidb')
-rw-r--r--dev-python/minidb/minidb-2.0.4.ebuild4
1 files 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 be7daa76636f..76b8f51300b0 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