File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.19.1 (UNRELEASED)
2+
3+ - Fix diff getitem/iter for unachanged or binary files, return ` None `
4+ [ #1412 ] ( https://github.com/libgit2/pygit2/pull/1412 )
5+
6+ - CI: separate macOS wheels (arm and intel instead of universal)
7+ [ #1441 ] ( https://github.com/libgit2/pygit2/pull/1441 )
8+
9+ - CI: pypy wheels on macOS
10+
11+ - CI: fix tests with pypy
12+ [ #1437 ] ( https://github.com/libgit2/pygit2/pull/1437 )
13+
14+
115# 1.19.0 (2025-10-23)
216
317- Add support for Python 3.14 and drop 3.10
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ test-command = "pytest"
1515test-sources = [" test" , " pytest.ini" ]
1616before-test = " pip install -r {project}/requirements-test.txt"
1717# Will avoid testing on emulated architectures (specifically ppc64le)
18- # Also, skip testing on pypy on macOS arm64 due issue with bootstrapping git config paths
18+ # Also, skip testing pypy on macOS arm64 due issue with bootstrapping git config paths
1919# see https://github.com/libgit2/pygit2/issues/1442
2020test-skip = " *-*linux_ppc64le pp*-macosx_arm64"
2121
You can’t perform that action at this time.
0 commit comments