File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 max-parallel : 4
1515 matrix :
16- python-version : [3.8, 3.9 ]
16+ python-version : [3.9, '3.10' ]
1717
1818 steps :
1919 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Made with ] ( https://badge.fury.io/py/http-tools )
99[ ![ License] ( https://img.shields.io/:license-lgpl3+-blue.svg )] ( https://www.gnu.org/licenses/lgpl-3.0.en.html )
10- [ ![ python] ( https://img.shields.io/badge/python-3.8 +-blue.svg )] ( https://www.python.org/downloads/ )
10+ [ ![ python] ( https://img.shields.io/badge/python-3.9 +-blue.svg )] ( https://www.python.org/downloads/ )
1111[ ![ http-tools] ( https://github.com/MobSF/httptools/workflows/http-tools/badge.svg?branch=master )] ( https://github.com/MobSF/httptools/actions )
1212
1313### Install
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def read(rel_path):
2626 'Intended Audience :: Developers' ,
2727 ('License :: OSI Approved :: GNU Lesser '
2828 'General Public License v3 or later (LGPLv3+)' ),
29- 'Programming Language :: Python :: 3.6 ' ,
29+ 'Programming Language :: Python :: 3.9 ' ,
3030 ],
3131 packages = find_packages (include = [
3232 'http_tools' , 'http_tools.*' ,
You can’t perform that action at this time.
0 commit comments