Skip to content

Commit 1c70e71

Browse files
authored
Merge branch 'main' into fromarray_mode
2 parents 94a3262 + c7a268e commit 1c70e71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+297
-185
lines changed

.ci/requirements-cibw.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cibuildwheel==3.1.2
1+
cibuildwheel==3.1.4

.ci/requirements-mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.17.0
1+
mypy==1.17.1
22
IceSpringPySideStubs-PyQt6
33
IceSpringPySideStubs-PySide6
44
ipython

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Docs
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
persist-credentials: false
3838

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Lint
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
persist-credentials: false
2626

.github/workflows/test-docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
centos-stream-10-amd64,
4848
debian-12-bookworm-x86,
4949
debian-12-bookworm-amd64,
50+
debian-13-trixie-x86,
51+
debian-13-trixie-amd64,
5052
fedora-41-amd64,
5153
fedora-42-amd64,
5254
gentoo,
@@ -66,7 +68,7 @@ jobs:
6668
name: ${{ matrix.docker }}
6769

6870
steps:
69-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7072
with:
7173
persist-credentials: false
7274

.github/workflows/test-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout Pillow
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
persist-credentials: false
5151

.github/workflows/test-valgrind-memory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: ${{ matrix.docker }}
4242

4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
persist-credentials: false
4747

.github/workflows/test-valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: ${{ matrix.docker }}
4040

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
with:
4444
persist-credentials: false
4545

.github/workflows/test-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ jobs:
4747

4848
steps:
4949
- name: Checkout Pillow
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
with:
5252
persist-credentials: false
5353

5454
- name: Checkout cached dependencies
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
persist-credentials: false
5858
repository: python-pillow/pillow-depends
5959
path: winbuild\depends
6060

6161
- name: Checkout extra test images
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
persist-credentials: false
6565
repository: python-pillow/test-images

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
6666

6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
with:
7070
persist-credentials: false
7171

@@ -111,7 +111,7 @@ jobs:
111111
GHA_PYTHON_VERSION: ${{ matrix.python-version }}
112112

113113
- name: Register gcc problem matcher
114-
if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'"
114+
if: "matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'"
115115
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
116116

117117
- name: Build

0 commit comments

Comments
 (0)