File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - name : Set up Python ${{ matrix.python-version }}
3232 uses : actions/setup-python@v5
3333 with :
34- python-version : 3.8
34+ python-version : 3.9
3535 - name : Install pypa/build
3636 run : |
3737 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 33
44__all__ = ["load_ipython_extension" , "unload_ipython_extension" ]
55
6- VERSION = "0.2.1 "
6+ VERSION = "0.3.0 "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = [
99]
1010description =" A notebook extension to trace HTTP(S) requests."
1111readme =" README.md"
12- requires-python = " >=3.8 .0"
12+ requires-python = " >=3.9 .0"
1313license = {text = " Apache-2.0" }
1414classifiers = [
1515 " Development Status :: 4 - Beta" ,
@@ -22,7 +22,7 @@ classifiers = [
2222]
2323dynamic = [" version" ]
2424dependencies = [
25- " httpdbg>=0.24.2,<0. 28.0 " ,
25+ " httpdbg>=0.28.1 " ,
2626 " notebook"
2727]
2828
You can’t perform that action at this time.
0 commit comments