Skip to content

Commit

Permalink
dev-python/backports-unittest-mock: Enable py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 16, 2018
1 parent 1636307 commit e63a01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=6

# It is the developer's intention that backports.unittest_mock will be
# used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )

inherit distutils-r1

Expand Down

0 comments on commit e63a01d

Please sign in to comment.