mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Drop support for EOL PyPy3.9
This commit is contained in:
parent
1bf9fb4e40
commit
d92603a0c6
|
@ -53,10 +53,7 @@ if [[ $(uname) != CYGWIN* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Pyroma uses non-isolated build and fails with old setuptools
|
# Pyroma uses non-isolated build and fails with old setuptools
|
||||||
if [[
|
if [[ $GHA_PYTHON_VERSION == 3.9 ]]; then
|
||||||
$GHA_PYTHON_VERSION == pypy3.9
|
|
||||||
|| $GHA_PYTHON_VERSION == 3.9
|
|
||||||
]]; then
|
|
||||||
# To match pyproject.toml
|
# To match pyproject.toml
|
||||||
python3 -m pip install "setuptools>=67.8"
|
python3 -m pip install "setuptools>=67.8"
|
||||||
fi
|
fi
|
||||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["pypy3.10", "pypy3.9", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||||
|
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
|
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -42,7 +42,6 @@ jobs:
|
||||||
]
|
]
|
||||||
python-version: [
|
python-version: [
|
||||||
"pypy3.10",
|
"pypy3.10",
|
||||||
"pypy3.9",
|
|
||||||
"3.13",
|
"3.13",
|
||||||
"3.12",
|
"3.12",
|
||||||
"3.11",
|
"3.11",
|
||||||
|
|
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
@ -48,7 +48,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- pp39
|
|
||||||
- pp310
|
- pp310
|
||||||
- cp3{9,10,11}
|
- cp3{9,10,11}
|
||||||
- cp3{12,13}
|
- cp3{12,13}
|
||||||
|
@ -57,7 +56,6 @@ jobs:
|
||||||
- manylinux_2_28
|
- manylinux_2_28
|
||||||
- musllinux
|
- musllinux
|
||||||
exclude:
|
exclude:
|
||||||
- { python-version: pp39, spec: musllinux }
|
|
||||||
- { python-version: pp310, spec: musllinux }
|
- { python-version: pp310, spec: musllinux }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user