diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-08-09 15:48:42 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-08-09 15:48:42 -0700 |
commit | 1949e3574c40fb156193708e8333b07f0a2e1e73 (patch) | |
tree | 61884c59868f1bf765242e7f587d3de97a153ec4 /dev-python/google-auth-httplib2 | |
parent | dev-python/google-auth: PYTHON_COMPAT+=(python3_9) (diff) | |
download | gentoo-1949e3574c40fb156193708e8333b07f0a2e1e73.tar.gz gentoo-1949e3574c40fb156193708e8333b07f0a2e1e73.tar.bz2 gentoo-1949e3574c40fb156193708e8333b07f0a2e1e73.zip |
dev-python/google-auth-httplib2: PYTHON_COMPAT+=(python3_9)
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-httplib2')
-rw-r--r-- | dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild index 2794e587bd4d..327435feb3a7 100644 --- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild +++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |