commit: a83c819c148b395787e8dd26d5633326b4c36927 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 5 13:28:00 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 5 13:34:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83c819c
dev-python/dj-database-url: Enable py3.10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/dj-database-url/dj-database-url-0.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild b/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild index 36ac1b83447..30d54b5ead9 100644 --- a/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild +++ b/dev-python/dj-database-url/dj-database-url-0.5.0.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=6 +EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1