dev-python/pyserial: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 08:43:17 +0000 (10:43 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 08:43:17 +0000 (10:43 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyserial/pyserial-3.4.ebuild

index d1032630f8107e55916d2ed70c270e451e131a69..1e2985aed603321329b7897145e1ed86d197dc8b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6..9} )
 
 inherit distutils-r1