diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-10-30 17:15:31 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-10-30 18:36:42 -0700 |
commit | 56b4e13e85a7ad51b196ed2c33b06bdb6d4df477 (patch) | |
tree | 515eebd1cbe97b0c41f943763bc4858ac64ac839 /dev-python/pytest-tempdir | |
parent | dev-python/python-xmlsec-1.3.9: Version bump (diff) | |
download | gentoo-56b4e13e85a7ad51b196ed2c33b06bdb6d4df477.tar.gz gentoo-56b4e13e85a7ad51b196ed2c33b06bdb6d4df477.tar.bz2 gentoo-56b4e13e85a7ad51b196ed2c33b06bdb6d4df477.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pytest-tempdir')
-rw-r--r-- | dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 e0e8e6dbdeeb..80bba9e7ef5c 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" |