Skip to content

Commit 978b172

Browse files
committed
Merge branch 'master' of github.com:libvips/pyvips
2 parents 3e3927c + fa92c9c commit 978b172

File tree

6 files changed

+89
-153
lines changed

6 files changed

+89
-153
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# Only test supported Python versions:
1313
# https://endoflife.date/python
14-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.9"]
1515

1616
steps:
1717
- name: Checkout code

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- fix glib DLL name with Conan [boussaffawalid]
44
- update docs for libvips 8.18 [jcupitt]
55
- add `get_gainmap()` [jcupitt]
6+
- remove redundant `revalidate` flags from docs [kleisauke]
67

78
## Version 3.0.0 (released 28 April 2025)
89

0 commit comments

Comments
 (0)