dev-python/pytest-fixture-config: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:55:38 +0000 (21:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 20:14:27 +0000 (22:14 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild

index 1ef1827e1b653f4941895d890d6c7f86ec46799c..dbe95ee084bc6c613c0a2593789ed7a442dcac42 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,7,8,9} pypy3 )
 
 inherit distutils-r1
 
index 1b541a379fd55744bcc6c53283fb4b9b35d702f6..febeb13cd76de935b12e53666827ca0cfd60e188 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} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1