Use importlib.metadata directly in python3.8+

This commit is contained in:
Anthony Sottile 2019-10-17 10:48:35 -07:00
parent b3582dfd31
commit f8f81db36d
3 changed files with 12 additions and 7 deletions

View file

@ -36,7 +36,7 @@ jobs:
displayName: install swift
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [pypy, pypy3, py27, py36, py37]
toxenvs: [pypy, pypy3, py27, py36, py37, py38]
os: linux
pre_test:
- task: UseRubyVersion@0