File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 12
12
include :
13
13
- os : ubuntu-20.04
14
14
python-version : 3.6
15
- - os : ubuntu-20.04
16
- python-version : 3.9
17
15
- os : ubuntu-20.04
18
16
python-version : ' 3.10'
19
17
- os : ubuntu-20.04
Original file line number Diff line number Diff line change 46
46
- ver : ' 3.7'
47
47
release : ' 3.7.9' # last Python.org binary release
48
48
- ver : ' 3.8'
49
- release : ' 3.8.7 '
49
+ release : ' 3.8.10 ' # last Python.org binary release
50
50
- ver : ' 3.9'
51
- release : ' 3.9.1 '
51
+ release : ' 3.9.7 '
52
52
- ver : ' 3.10'
53
53
release : ' 3.10.0'
54
54
steps :
Original file line number Diff line number Diff line change 6
6
7
7
- Linux wheels now bundled with libssh2 1.10.0 (instead of 1.9.0)
8
8
9
+ - Add support for Python 3.10
10
+ `#1092 <https://github.com/libgit2/pygit2/pull/1092 >`_
11
+ `#1093 <https://github.com/libgit2/pygit2/pull/1093 >`_
12
+
9
13
- New `pygit2.GIT_CHECKOUT_SKIP_LOCKED_DIRECTORIES `
10
14
`#1087 <https://github.com/libgit2/pygit2/pull/1087 >`_
11
15
Original file line number Diff line number Diff line change 145
145
# Tests
146
146
if [ " $1 " = " test" ]; then
147
147
if [ -n " $WHEELDIR " ]; then
148
- $PREFIX /bin/pip install $WHEELDIR /pygit2* -$PYTHON_TAG -* _ $ARCH .whl
148
+ $PREFIX /bin/pip install $WHEELDIR /pygit2* -$PYTHON_TAG -* .whl
149
149
fi
150
150
$PREFIX /bin/pip install -r requirements-test.txt
151
151
$PREFIX /bin/pytest --cov=pygit2
You can’t perform that action at this time.
0 commit comments