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:
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v2
21
21
with :
22
- python-version : 3.8
22
+ python-version : 3.9
23
23
24
24
- name : Install dependencies
25
25
run : |
26
26
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
28
28
29
29
- name : Install
30
30
run : python setup.py install
Original file line number Diff line number Diff line change 39
39
"Programming Language :: Python :: 3.6" ,
40
40
"Programming Language :: Python :: 3.7" ,
41
41
"Programming Language :: Python :: 3.8" ,
42
+ "Programming Language :: Python :: 3.9" ,
42
43
"Programming Language :: Python" ,
43
44
"Topic :: Internet :: Proxy Servers" ,
44
45
"Topic :: Internet" ,
You can’t perform that action at this time.
0 commit comments