dev-python/freezegun: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 09:09:52 +0000 (11:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 09:25:05 +0000 (11:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/freezegun/freezegun-0.3.15.ebuild

index 19b313997bb15969f060c3e361721a355c1851c1..b0d4cbd6d9393b3b32636971a4b41f571c3aa47b 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,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1