mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46: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: [
|
||||
"pypy3",
|
||||
"pypy2",
|
||||
"3.7",
|
||||
"2.7",
|
||||
"3.5",
|
||||
"3.6",
|
||||
]
|
||||
|
@ -54,7 +52,7 @@ jobs:
|
|||
.travis/test.sh
|
||||
|
||||
- name: Docs
|
||||
if: matrix.python-version == 2.7
|
||||
if: matrix.python-version == 3.7
|
||||
run: |
|
||||
pip install sphinx-rtd-theme
|
||||
make doccheck
|
||||
|
|
Loading…
Reference in New Issue
Block a user