File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 max-parallel : 4
1515 matrix :
16- python-version : ['3.10', '3. 11', '3.12']
16+ python-version : ['3.11', '3.12']
1717
1818 steps :
1919 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def read(rel_path):
1717 '[mitmproxy](https://mitmproxy.org/)' )
1818setup (
1919 name = 'http-tools' ,
20- version = '5 .0.0' ,
20+ version = '6 .0.0' ,
2121 description = description ,
2222 author = 'Ajin Abraham' ,
2323@@ -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.10 ' ,
29+ 'Programming Language :: Python :: 3.12 ' ,
3030 ],
3131 packages = find_packages (include = [
3232 'http_tools' , 'http_tools.*' ,
@@ -42,7 +42,7 @@ def read(rel_path):
4242 long_description = read ('README.md' ),
4343 long_description_content_type = 'text/markdown' ,
4444 install_requires = [
45- 'mitmproxy==11.0.0 ' ,
45+ 'mitmproxy==12.1.2 ' ,
4646 'markupsafe>=3.0.2' ,
4747 ],
4848)
You can’t perform that action at this time.
0 commit comments