diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-05-08 10:15:44 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-05-08 13:34:12 -0700 |
commit | be88b5adc05ed95e5f3d925207c0f4f751c095eb (patch) | |
tree | 3eea8b12a20002eaf9fe0779c1735fa6223d5664 /dev-python/backports-tempfile | |
parent | dev-libs/libressl: version bump to 3.1.1 (diff) | |
download | gentoo-be88b5adc05ed95e5f3d925207c0f4f751c095eb.tar.gz gentoo-be88b5adc05ed95e5f3d925207c0f4f751c095eb.tar.bz2 gentoo-be88b5adc05ed95e5f3d925207c0f4f751c095eb.zip |
dev-python/backports-tempfile: Add python-3.8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/backports-tempfile')
-rw-r--r-- | dev-python/backports-tempfile/backports-tempfile-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild index d6ba6260c63d..23e57dc7bc5c 100644 --- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild +++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |