mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Drop support for EOL Python 2.7
This commit is contained in:
parent
01373b4ed9
commit
cf8f8b1743
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -13,9 +13,7 @@ jobs:
|
||||||
]
|
]
|
||||||
python-version: [
|
python-version: [
|
||||||
"pypy3",
|
"pypy3",
|
||||||
"pypy2",
|
|
||||||
"3.7",
|
"3.7",
|
||||||
"2.7",
|
|
||||||
"3.5",
|
"3.5",
|
||||||
"3.6",
|
"3.6",
|
||||||
]
|
]
|
||||||
|
@ -54,7 +52,7 @@ jobs:
|
||||||
.travis/test.sh
|
.travis/test.sh
|
||||||
|
|
||||||
- name: Docs
|
- name: Docs
|
||||||
if: matrix.python-version == 2.7
|
if: matrix.python-version == 3.7
|
||||||
run: |
|
run: |
|
||||||
pip install sphinx-rtd-theme
|
pip install sphinx-rtd-theme
|
||||||
make doccheck
|
make doccheck
|
||||||
|
|
Loading…
Reference in New Issue
Block a user