commit: 56b4e13e85a7ad51b196ed2c33b06bdb6d4df477
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Sat Oct 31 00:15:31 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 01:36:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b4e13e
dev-python/pytest-tempdir-2019.10.12: add py39
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
index e0e8e6dbdee..80bba9e7ef5 100644
--- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
+++ b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Pytest plugin to support for a predictable and repeatable
temporary directory"