diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:09:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:34 +0200 |
commit | d1db6c0c62d4eed1891f8df1584ce7456f9141fc (patch) | |
tree | f1539f5bbbc6cba31f7cf2d5c5094af27d925dff /dev-python/vcversioner | |
parent | dev-python/rfc3987: Enable py3.7 (diff) | |
download | gentoo-d1db6c0c62d4eed1891f8df1584ce7456f9141fc.tar.gz gentoo-d1db6c0c62d4eed1891f8df1584ce7456f9141fc.tar.bz2 gentoo-d1db6c0c62d4eed1891f8df1584ce7456f9141fc.zip |
dev-python/vcversioner: Enable py3.7
Diffstat (limited to 'dev-python/vcversioner')
-rw-r--r-- | dev-python/vcversioner/vcversioner-2.16.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild index ccd074ebd906..24c8bfa316e5 100644 --- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild +++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1 |