Skip to content

Commit

Permalink
Bump pillow, use non-dev 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 15, 2024
1 parent d5c6a7d commit f66ff52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Ruff is version and platform sensible
matrix:
os: [windows-latest, ubuntu-22.04]
python-version: ["3.11", "3.12", "3.13-dev"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- name: Checkout ${{ github.repository }}/${{ github.ref }}
uses: actions/checkout@v4
Expand All @@ -66,7 +66,7 @@ jobs:
# Pyright is version and platform sensible
matrix:
os: [windows-latest, ubuntu-22.04]
python-version: ["3.11", "3.12", "3.13-dev"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- name: Checkout ${{ github.repository }}/${{ github.ref }}
uses: actions/checkout@v4
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
# Only the Python version we plan on shipping matters.
matrix:
os: [windows-latest, ubuntu-22.04]
python-version: ["3.12", "3.13-dev"]
python-version: ["3.12", "3.13"]
include:
- os: ubuntu-22.04
python-version: "3.11" # I had some Qt Wayland issues on 3.12 for ubuntu-22.04 iirc. TODO: test it
Expand Down
3 changes: 1 addition & 2 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ typed-D3DShot[numpy]>=1.0.1 ; sys_platform == 'win32'
#
# Linux-only dependencies
PyScreeze ; sys_platform == 'linux'
# pillow>=11.0 ; sys_platform == 'linux' # Python 3.13 support # Necessary for PyScreeze. For unknown reasons it's not pulled in on CI
git+https://github.com/python-pillow/Pillow.git ; sys_platform == 'linux'
pillow>=11.0 ; sys_platform == 'linux' # Python 3.13 support # Necessary for PyScreeze. For unknown reasons it's not pulled in on CI
python-xlib ; sys_platform == 'linux'

0 comments on commit f66ff52

Please sign in to comment.