commit:     0e08db080a4fd4f045c92b8fe929bd06beb3736b
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Feb 19 04:31:48 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri Feb 19 04:31:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e08db08

dev-python/dateparser: bump python compat to 3.9

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 dev-python/dateparser/dateparser-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/dateparser/dateparser-1.0.0.ebuild 
b/dev-python/dateparser/dateparser-1.0.0.ebuild
index f279b5c9..062a65b0 100644
--- a/dev-python/dateparser/dateparser-1.0.0.ebuild
+++ b/dev-python/dateparser/dateparser-1.0.0.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,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 

Reply via email to