summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-21 12:11:41 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-21 12:16:43 +0200
commitc355cb8d2f7228f3a9ca836c74df6060b9558e5d (patch)
tree6df884adf16d348ba8741838eca6207d6eeef912 /dev-python
parentdev-python/jaraco-text: Port to py3.9 (diff)
downloadgentoo-c355cb8d2f7228f3a9ca836c74df6060b9558e5d.tar.gz
gentoo-c355cb8d2f7228f3a9ca836c74df6060b9558e5d.tar.bz2
gentoo-c355cb8d2f7228f3a9ca836c74df6060b9558e5d.zip
dev-python/cheroot: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cheroot/cheroot-8.3.0-r1.ebuild2
-rw-r--r--dev-python/cheroot/cheroot-8.3.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cheroot/cheroot-8.3.0-r1.ebuild b/dev-python/cheroot/cheroot-8.3.0-r1.ebuild
index 4323b58cfedf..452444ad649b 100644
--- a/dev-python/cheroot/cheroot-8.3.0-r1.ebuild
+++ b/dev-python/cheroot/cheroot-8.3.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/dev-python/cheroot/cheroot-8.3.0.ebuild b/dev-python/cheroot/cheroot-8.3.0.ebuild
index 1c643f903907..5a42020fdd3e 100644
--- a/dev-python/cheroot/cheroot-8.3.0.ebuild
+++ b/dev-python/cheroot/cheroot-8.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1