virtual/python-pathlib: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-23 11:05:28 +02:00
parent bcbe2bbf22
commit 6bfb8699c0

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
inherit python-r1