summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Denoncin <ddenoncin@gmail.com>2020-06-14 00:48:54 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-14 09:12:06 +0200
commitf7bc3237dd8e6dcd82ba6936d68740b741a4a4c8 (patch)
tree0c6878fdf4389ead32eea4f08a5c61ea5d141eff /dev-python/ordered-set
parentdev-python/ordered-set: version bump 4.0.1 (diff)
downloadgentoo-f7bc3237dd8e6dcd82ba6936d68740b741a4a4c8.tar.gz
gentoo-f7bc3237dd8e6dcd82ba6936d68740b741a4a4c8.tar.bz2
gentoo-f7bc3237dd8e6dcd82ba6936d68740b741a4a4c8.zip
dev-python/ordered-set: add py3.9
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Denoncin <ddenoncin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16227 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ordered-set')
-rw-r--r--dev-python/ordered-set/ordered-set-4.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ordered-set/ordered-set-4.0.1.ebuild b/dev-python/ordered-set/ordered-set-4.0.1.ebuild
index a92064a27062..a2c0c812648a 100644
--- a/dev-python/ordered-set/ordered-set-4.0.1.ebuild
+++ b/dev-python/ordered-set/ordered-set-4.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1