mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-14 18:13:13 +03:00
Refactor to single line for readability
This commit is contained in:
parent
d4f1d252ef
commit
e76c31b67d
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
|
@ -50,19 +50,14 @@ jobs:
|
||||||
"3.9",
|
"3.9",
|
||||||
]
|
]
|
||||||
include:
|
include:
|
||||||
- python-version: "3.11"
|
- { python-version: "3.11", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
|
||||||
PYTHONOPTIMIZE: 1
|
- { python-version: "3.10", PYTHONOPTIMIZE: 2 }
|
||||||
REVERSE: "--reverse"
|
|
||||||
- python-version: "3.10"
|
|
||||||
PYTHONOPTIMIZE: 2
|
|
||||||
# Free-threaded
|
# Free-threaded
|
||||||
- { os: "ubuntu-latest", python-version: "3.13-dev", disable-gil: true }
|
- { os: "ubuntu-latest", python-version: "3.13-dev", disable-gil: true }
|
||||||
# M1 only available for 3.10+
|
# M1 only available for 3.10+
|
||||||
- os: "macos-13"
|
- { os: "macos-13", python-version: "3.9" }
|
||||||
python-version: "3.9"
|
|
||||||
exclude:
|
exclude:
|
||||||
- os: "macos-14"
|
- { os: "macos-14", python-version: "3.9" }
|
||||||
python-version: "3.9"
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user