File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
- name : Set up Python ${{ matrix.python-version }}
32
32
uses : actions/setup-python@v5
33
33
with :
34
- python-version : 3.8
34
+ python-version : 3.9
35
35
- name : Install pypa/build
36
36
run : |
37
37
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 3
3
4
4
__all__ = ["load_ipython_extension" , "unload_ipython_extension" ]
5
5
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 = [
9
9
]
10
10
description =" A notebook extension to trace HTTP(S) requests."
11
11
readme =" README.md"
12
- requires-python = " >=3.8 .0"
12
+ requires-python = " >=3.9 .0"
13
13
license = {text = " Apache-2.0" }
14
14
classifiers = [
15
15
" Development Status :: 4 - Beta" ,
@@ -22,7 +22,7 @@ classifiers = [
22
22
]
23
23
dynamic = [" version" ]
24
24
dependencies = [
25
- " httpdbg>=0.24.2,<0. 28.0 " ,
25
+ " httpdbg>=0.28.1 " ,
26
26
" notebook"
27
27
]
28
28
You can’t perform that action at this time.
0 commit comments