mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Test Python 3.8 on GHA
This commit is contained in:
parent
3663af1967
commit
9a247bd597
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.7"]
|
python-version: ["3.8"]
|
||||||
|
|
||||||
name: Python ${{ matrix.python-version }}
|
name: Python ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -14,9 +14,10 @@ jobs:
|
||||||
]
|
]
|
||||||
python-version: [
|
python-version: [
|
||||||
"pypy3",
|
"pypy3",
|
||||||
|
"3.8",
|
||||||
"3.7",
|
"3.7",
|
||||||
"3.5",
|
|
||||||
"3.6",
|
"3.6",
|
||||||
|
"3.5",
|
||||||
]
|
]
|
||||||
include:
|
include:
|
||||||
- python-version: "3.5"
|
- python-version: "3.5"
|
||||||
|
@ -53,7 +54,7 @@ jobs:
|
||||||
.travis/test.sh
|
.travis/test.sh
|
||||||
|
|
||||||
- name: Docs
|
- name: Docs
|
||||||
if: matrix.python-version == 3.7
|
if: matrix.python-version == 3.8
|
||||||
run: |
|
run: |
|
||||||
pip install sphinx-rtd-theme
|
pip install sphinx-rtd-theme
|
||||||
make doccheck
|
make doccheck
|
||||||
|
|
Loading…
Reference in New Issue
Block a user