commit: 49bad3c33bc73fd05fcda1dc41a4146a0fafc9b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 19:55:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 25 20:14:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bad3c3
dev-python/pytest-fixture-config: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 1ef1827e1b6..dbe95ee084b 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -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
diff --git
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
index 1b541a379fd..febeb13cd76 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
@@ -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