diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-22 16:11:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-22 16:13:06 +0200 |
commit | b5430afceafc82d494bb91eeed4d60434ce8f921 (patch) | |
tree | 03935766569598ba61403cf26247b2b84fa25091 /dev-python/oslo-config | |
parent | dev-python/oslo-serialization: Enable py3.9 (diff) | |
download | gentoo-b5430afceafc82d494bb91eeed4d60434ce8f921.tar.gz gentoo-b5430afceafc82d494bb91eeed4d60434ce8f921.tar.bz2 gentoo-b5430afceafc82d494bb91eeed4d60434ce8f921.zip |
dev-python/oslo-config: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-config')
-rw-r--r-- | dev-python/oslo-config/oslo-config-8.3.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-config/oslo-config-8.3.3-r1.ebuild b/dev-python/oslo-config/oslo-config-8.3.3-r1.ebuild index 1bb00f4194d5..d1ceaf4b0701 100644 --- a/dev-python/oslo-config/oslo-config-8.3.3-r1.ebuild +++ b/dev-python/oslo-config/oslo-config-8.3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 MY_PN=${PN/-/.} |