File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3333 - version : ' 3.9'
3434 - version : ' 3.10'
3535 - version : ' 3.11'
36+ - version : ' 3.12'
3637 steps :
3738 - uses : actions/checkout@v3
3839 - uses : actions/setup-python@v4
6263 - version : ' 3.9'
6364 - version : ' 3.10'
6465 - version : ' 3.11'
66+ - version : ' 3.12'
6567 steps :
6668 - uses : actions/checkout@v3
6769 - uses : actions/setup-python@v4
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ serial = [
4848 " pyserial>=3.5"
4949]
5050repl = [
51- " aiohttp>=3.8.6 " ,
51+ " aiohttp>=3.9.0b0 " ,
5252 " typer[all]>=0.7.0" ,
5353 " prompt-toolkit>=3.0.36" ,
5454 " pygments>=2.15.0" ,
5555 " click>=8.0.0"
5656]
5757simulator = [
58- " aiohttp>=3.8.6 "
58+ " aiohttp>=3.9.0b0 "
5959]
6060documentation = [
6161 " recommonmark>=0.7.1" ,
@@ -86,13 +86,13 @@ all = [
8686 # "pymodbus[serial]",
8787 " pyserial>=3.5" ,
8888 # "pymodbus[repl]",
89- " aiohttp>=3.8.6 " ,
89+ " aiohttp>=3.9.0b0 " ,
9090 " typer[all]>=0.7.0" ,
9191 " prompt-toolkit>=3.0.36" ,
9292 " pygments>=2.15.0" ,
9393 " click>=8.0.0" ,
9494 # "pymodbus[simulator]",
95- " aiohttp>=3.8.6 " ,
95+ " aiohttp>=3.9.0b0 " ,
9696 # "pymodbus[documentation]",
9797 " recommonmark>=0.7.1" ,
9898 " Sphinx>=5.3.0" ,
You can’t perform that action at this time.
0 commit comments