File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - name : Set up Python
2020 uses : actions/setup-python@v2
2121 with :
22- python-version : 3.8
22+ python-version : 3.9
2323
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
27+ pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4 types-requests types-maxminddb
2828
2929 - name : Install
3030 run : python setup.py install
Original file line number Diff line number Diff line change 3939 "Programming Language :: Python :: 3.6" ,
4040 "Programming Language :: Python :: 3.7" ,
4141 "Programming Language :: Python :: 3.8" ,
42+ "Programming Language :: Python :: 3.9" ,
4243 "Programming Language :: Python" ,
4344 "Topic :: Internet :: Proxy Servers" ,
4445 "Topic :: Internet" ,
You can’t perform that action at this time.
0 commit comments