diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-02 06:21:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-02 06:42:36 +0100 |
commit | 3fd3a55fd8f6b458b4b8b67e28697079927ef6ba (patch) | |
tree | 25d67b7dafa4de35a66a0c9266b97915328c6e05 /dev-python/cached-property | |
parent | dev-python/cached-property: Remove test compat with removed impls (diff) | |
download | gentoo-3fd3a55fd8f6b458b4b8b67e28697079927ef6ba.tar.gz gentoo-3fd3a55fd8f6b458b4b8b67e28697079927ef6ba.tar.bz2 gentoo-3fd3a55fd8f6b458b4b8b67e28697079927ef6ba.zip |
dev-python/cached-property: Add py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cached-property')
-rw-r--r-- | dev-python/cached-property/cached-property-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cached-property/cached-property-1.5.1.ebuild b/dev-python/cached-property/cached-property-1.5.1.ebuild index 88b62f7a15e8..01da4c80d703 100644 --- a/dev-python/cached-property/cached-property-1.5.1.ebuild +++ b/dev-python/cached-property/cached-property-1.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 |