diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:28:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:34:23 +0200 |
commit | a83c819c148b395787e8dd26d5633326b4c36927 (patch) | |
tree | 21830c086092d1ae1eea6f79ed556fc1da100c43 /dev-python/dj-database-url | |
parent | dev-python/diff-match-patch: Enable py3.10 (diff) | |
download | gentoo-a83c819c148b395787e8dd26d5633326b4c36927.tar.gz gentoo-a83c819c148b395787e8dd26d5633326b4c36927.tar.bz2 gentoo-a83c819c148b395787e8dd26d5633326b4c36927.zip |
dev-python/dj-database-url: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dj-database-url')
-rw-r--r-- | dev-python/dj-database-url/dj-database-url-0.5.0.ebuild | 6 |
1 files 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 36ac1b834478..30d54b5ead9b 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 |