File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 3333 os : [ubuntu-latest, windows-latest, macos-latest]
3434 python-version : [3.7, 3.8]
3535 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
3646 runs-on : ${{ matrix.os }}
3747 steps :
3848 - uses : actions/checkout@v2
4353 python-version : ${{ matrix.python-version }}
4454 - name : Install dependencies
4555 run : |
46- python -m pip install --upgrade pip
56+ python -m pip install --upgrade pip wheel
4757 pip install -r local-requirements.txt
4858 pip install -e .
4959 - name : Build package
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ pytest-sugar==0.9.4
55pytest-xdist==2.1.0
66pytest-timeout==1.4.2
77pixelmatch==0.2.1
8- Pillow==7.2 .0
8+ Pillow==8.0 .0
99mypy==0.782
1010setuptools==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
1213wheel==0.35.1
1314black==20.8b1
1415pre-commit==2.7.1
Original file line number Diff line number Diff line change 3535 "Programming Language :: Python :: 3" ,
3636 "Programming Language :: Python :: 3.7" ,
3737 "Programming Language :: Python :: 3.8" ,
38+ "Programming Language :: Python :: 3.9" ,
3839 "License :: OSI Approved :: Apache Software License" ,
3940 "Operating System :: OS Independent" ,
4041 ],
You can’t perform that action at this time.
0 commit comments