File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
repos :
20
20
# Standard hooks
21
21
- repo : https://github.com/pre-commit/pre-commit-hooks
22
- rev : v4.3 .0
22
+ rev : v4.4 .0
23
23
hooks :
24
24
- id : check-added-large-files
25
25
- id : check-case-conflict
48
48
49
49
# Upgrade older Python syntax
50
50
- repo : https://github.com/asottile/pyupgrade
51
- rev : v3.2.0
51
+ rev : v3.2.2
52
52
hooks :
53
53
- id : pyupgrade
54
54
args : ["--py36-plus"]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ python_example
6
6
| CI | status |
7
7
| ----------------------| --------|
8
8
| Linux/macOS Travis | [ ![ Travis-CI] [ travis-badge ]] [ travis-link ] |
9
- | MSVC 2015 | [ ![ AppVeyor] [ appveyor-badge ]] [ appveyor-link ] |
9
+ | MSVC 2019 | [ ![ AppVeyor] [ appveyor-badge ]] [ appveyor-link ] |
10
10
| conda.recipe | [ ![ Conda Actions Status] [ actions-conda-badge ]] [ actions-conda-link ] |
11
11
| pip builds | [ ![ Pip Actions Status] [ actions-pip-badge ]] [ actions-pip-link ] |
12
12
| [ ` cibuildwheel ` ] [ ] | [ ![ Wheels Actions Status] [ actions-wheels-badge ]] [ actions-wheels-link ] |
Original file line number Diff line number Diff line change 7
7
8
8
build :
9
9
number : 0
10
- script : python -m pip install . -vvv
10
+ script : {{ PYTHON }} -m pip install . -vvv
11
11
12
12
requirements :
13
13
build :
@@ -16,7 +16,7 @@ requirements:
16
16
host :
17
17
- python
18
18
- pip
19
- - pybind11 >=2.6 .0
19
+ - pybind11 >=2.10 .0
20
20
21
21
run :
22
22
- python
You can’t perform that action at this time.
0 commit comments