diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-06-22 10:17:00 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-06-24 09:28:09 +0100 |
commit | 37c150119b7097956f5017a140e73e46b2e91fde (patch) | |
tree | b68d47a23276cb6670e516851734d8c962205644 /dev-python/ruamel-std-pathlib | |
parent | dev-python/ruamel-std-pathlib: add new version 0.6.4 (diff) | |
download | gentoo-37c150119b7097956f5017a140e73e46b2e91fde.tar.gz gentoo-37c150119b7097956f5017a140e73e46b2e91fde.tar.bz2 gentoo-37c150119b7097956f5017a140e73e46b2e91fde.zip |
dev-python/ruamel-std-pathlib: declare Python 3.7 compatibility
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'dev-python/ruamel-std-pathlib')
-rw-r--r-- | dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild index 7e66ea38deed..7e6f20629557 100644 --- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild +++ b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 vcs-snapshot |