diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-06-16 14:45:20 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-06-16 14:45:20 +0100 |
commit | a5191054889914d0a4176c4a3315bbc7a9689407 (patch) | |
tree | b5fd73748d1a687c3d5a61687554664dd66c72ac | |
parent | ecdf30907ab832edc317d41b94261b32f3570677 (diff) |
dev-python/wget : update PYTHON_COMPAT
-rw-r--r-- | dev-python/wget/wget-2.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wget/wget-2.2-r1.ebuild b/dev-python/wget/wget-2.2-r1.ebuild index ca075c8d..3a445781 100644 --- a/dev-python/wget/wget-2.2-r1.ebuild +++ b/dev-python/wget/wget-2.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{2_7,3_8,3_9,3_10} ) inherit distutils-r1 git-r3 |