-
-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2917 from freakboy3742/testbed-pillow
Bump Pillow dependency for testbed.
- Loading branch information
Showing
4 changed files
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -203,7 +203,7 @@ jobs: | |
# the system Python version to become inconsistent from run to run. | ||
- backend: "linux-x11" | ||
platform: "linux" | ||
runs-on: "ubuntu-22.04" | ||
runs-on: "ubuntu-24.04" | ||
# The package list should be the same as in tutorial-0.rst, and the BeeWare | ||
# tutorial, plus blackbox to provide a window manager. We need a window | ||
# manager that is reasonably lightweight, honors full screen mode, and | ||
|
@@ -320,11 +320,7 @@ jobs: | |
uses: actions/[email protected] | ||
if: matrix.setup-python | ||
with: | ||
# We're not using Python 3.11 yet, because: | ||
# * The testbed's ProxyEventLoop has some problems with it | ||
# (https://github.com/beeware/toga/issues/1982). | ||
# * It doesn't have an Android build of Pillow yet. | ||
python-version: "3.10" | ||
python-version: "3.12" | ||
|
||
- name: Install Dependencies | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The testbed app can now be run on *any* supported Python version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters