dev-python/cryptography: Port to py3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:28:36 +0000 (21:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:48:03 +0000 (21:48 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cryptography/cryptography-2.9.ebuild

index 6197c2d12d071f5e40a605117a5c71eb60caf255..8dabcca75df2a5130833d61d780117ae0b6f38c7 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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 flag-o-matic