diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-22 16:03:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-22 16:13:04 +0200 |
commit | 6bd33b7450299796360cdb0aaed71d65a78fd62c (patch) | |
tree | deb46739251a6667cf2fca12e75332cf255b3f80 /dev-python/oslo-utils | |
parent | dev-python/oslo-utils: Add python@ as co-maint. (diff) | |
download | gentoo-6bd33b7450299796360cdb0aaed71d65a78fd62c.tar.gz gentoo-6bd33b7450299796360cdb0aaed71d65a78fd62c.tar.bz2 gentoo-6bd33b7450299796360cdb0aaed71d65a78fd62c.zip |
dev-python/oslo-utils: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-utils')
-rw-r--r-- | dev-python/oslo-utils/oslo-utils-4.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild b/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild index ac019d00448e..7fb0bb88bbdd 100644 --- a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild +++ b/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 MY_PN=${PN/-/.} |