dev-python/pyrfc3339: Add support for python 3.8
authorLucius Q. User <31438459+Lucius-Q-User@users.noreply.github.com>
Sat, 4 Jan 2020 12:37:43 +0000 (13:37 +0100)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 5 Jan 2020 19:17:43 +0000 (13:17 -0600)
Signed-off-by: Sasha Finkelstein <finka1242@outlook.com>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/pyrfc3339/pyrfc3339-1.1.ebuild

index a24cee18c3bc8c35c3c1866033a048c936e9b1d0..b5754383574c30bc51fe52c42574c0e7e1e89124 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
 
 inherit distutils-r1
 MY_PN=pyRFC3339