dev-python/PySocks: Port to py3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 18:58:01 +0000 (20:58 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:27:39 +0000 (21:27 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/PySocks/PySocks-1.7.1.ebuild

index 46d1eda2fe6c480c64cea9ecbcca47cc534ebf54..b49d8900163f2aad8864ceb224af796123aefa1e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1