summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-02 08:10:44 +0000
committerSam James <sam@gentoo.org>2021-03-02 08:40:15 +0000
commitc3929b2ca5d2cc9fb97203ce8ab397338cb97cc9 (patch)
tree16a2b9bdc50be761e49c3d210b6a41fdbf821f03 /dev-python/doit-py
parentapp-arch/vimball: add Python 3.9, use d_e_t pytest (diff)
downloadgentoo-c3929b2ca5d2cc9fb97203ce8ab397338cb97cc9.tar.gz
gentoo-c3929b2ca5d2cc9fb97203ce8ab397338cb97cc9.tar.bz2
gentoo-c3929b2ca5d2cc9fb97203ce8ab397338cb97cc9.zip
dev-python/doit-py: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/doit-py')
-rw-r--r--dev-python/doit-py/doit-py-0.5.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/doit-py/doit-py-0.5.0.ebuild b/dev-python/doit-py/doit-py-0.5.0.ebuild
index 34a757030a66..2ae281630603 100644
--- a/dev-python/doit-py/doit-py-0.5.0.ebuild
+++ b/dev-python/doit-py/doit-py-0.5.0.ebuild
@@ -1,8 +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,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1