diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-08-09 15:46:20 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-08-09 15:46:20 -0700 |
commit | 3488f94689f8d773103e641163b8aa446aaf000a (patch) | |
tree | b632d938441848d91d622d3ffe41278b71357cb7 /dev-python/google-auth | |
parent | dev-python/google-auth: 1.14.3-r2 revbump for pinned rsa version (diff) | |
download | gentoo-3488f94689f8d773103e641163b8aa446aaf000a.tar.gz gentoo-3488f94689f8d773103e641163b8aa446aaf000a.tar.bz2 gentoo-3488f94689f8d773103e641163b8aa446aaf000a.zip |
dev-python/google-auth: 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')
-rw-r--r-- | dev-python/google-auth/google-auth-1.14.3-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/google-auth/google-auth-1.14.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/google-auth/google-auth-1.14.3-r2.ebuild b/dev-python/google-auth/google-auth-1.14.3-r2.ebuild index 3ca2d90ff76f..85a715d1fe57 100644 --- a/dev-python/google-auth/google-auth-1.14.3-r2.ebuild +++ b/dev-python/google-auth/google-auth-1.14.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 diff --git a/dev-python/google-auth/google-auth-1.14.3.ebuild b/dev-python/google-auth/google-auth-1.14.3.ebuild index c4209f691b68..d8c5e1666e88 100644 --- a/dev-python/google-auth/google-auth-1.14.3.ebuild +++ b/dev-python/google-auth/google-auth-1.14.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |