summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-29 23:24:07 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-29 23:34:39 +0200
commit0499d39299247288f90129cbcd06ac974f433616 (patch)
tree0da81d6b5b19c90c03a4190e17efb85075d3fded /dev-python/beautifulsoup
parentdev-python/soupsieve: Enable py3.10 (diff)
downloadgentoo-0499d39299247288f90129cbcd06ac974f433616.tar.gz
gentoo-0499d39299247288f90129cbcd06ac974f433616.tar.bz2
gentoo-0499d39299247288f90129cbcd06ac974f433616.zip
dev-python/beautifulsoup: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
index f35d2db5d16e..84b1144eddd9 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.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..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1