dev-python/pathspec: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 06:45:57 +0000 (08:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:12:08 +0000 (09:12 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pathspec/pathspec-0.8.0.ebuild

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