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 @@ -17,12 +17,12 @@ jobs:
1717 - name : Set up Python
1818 uses : actions/setup-python@v2
1919 with :
20- python-version : 3.8
20+ python-version : 3.9
2121
2222 - name : Install dependencies
2323 run : |
2424 python -m pip install --upgrade pip
25- pip install --upgrade pylint black mypy voluptuous-stubs
25+ pip install --upgrade pylint black mypy voluptuous-stubs types-maxminddb
2626
2727 - name : Install
2828 run : python setup.py install
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ def run_setup(with_cext):
126126 "Programming Language :: Python :: 3.6" ,
127127 "Programming Language :: Python :: 3.7" ,
128128 "Programming Language :: Python :: 3.8" ,
129+ "Programming Language :: Python :: 3.9" ,
129130 "Programming Language :: Python" ,
130131 "Topic :: Internet :: Proxy Servers" ,
131132 "Topic :: Internet" ,
You can’t perform that action at this time.
0 commit comments