File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 33
33
os : [ubuntu-latest, windows-latest, macos-latest]
34
34
python-version : [3.7, 3.8]
35
35
browser : [chromium, firefox, webkit]
36
+ include :
37
+ - os : ubuntu-latest
38
+ python-version : 3.9
39
+ browser : chromium
40
+ - os : windows-latest
41
+ python-version : 3.9
42
+ browser : chromium
43
+ - os : macos-latest
44
+ python-version : 3.9
45
+ browser : chromium
36
46
runs-on : ${{ matrix.os }}
37
47
steps :
38
48
- uses : actions/checkout@v2
43
53
python-version : ${{ matrix.python-version }}
44
54
- name : Install dependencies
45
55
run : |
46
- python -m pip install --upgrade pip
56
+ python -m pip install --upgrade pip wheel
47
57
pip install -r local-requirements.txt
48
58
pip install -e .
49
59
- name : Build package
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ pytest-sugar==0.9.4
5
5
pytest-xdist==2.1.0
6
6
pytest-timeout==1.4.2
7
7
pixelmatch==0.2.1
8
- Pillow==7.2 .0
8
+ Pillow==8.0 .0
9
9
mypy==0.782
10
10
setuptools==50.3.0
11
- twisted==20.3.0
11
+ # TODO: use PyPi version after >20.3.0 is released
12
+ git+https://github.com/twisted/twisted.git@4ff22287cab3b54f51cee41ea2619e72d1bff2e4
12
13
wheel==0.35.1
13
14
black==20.8b1
14
15
pre-commit==2.7.1
Original file line number Diff line number Diff line change 35
35
"Programming Language :: Python :: 3" ,
36
36
"Programming Language :: Python :: 3.7" ,
37
37
"Programming Language :: Python :: 3.8" ,
38
+ "Programming Language :: Python :: 3.9" ,
38
39
"License :: OSI Approved :: Apache Software License" ,
39
40
"Operating System :: OS Independent" ,
40
41
],
You can’t perform that action at this time.
0 commit comments