mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Use importlib.metadata directly in python3.8+
This commit is contained in:
parent
b3582dfd31
commit
f8f81db36d
3 changed files with 12 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue