Skip to content

Commit 7e51ea3

Browse files
committed
Add python 3.12.
1 parent 4d8fbaa commit 7e51ea3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
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
@@ -62,6 +63,7 @@ jobs:
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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ serial = [
4848
"pyserial>=3.5"
4949
]
5050
repl = [
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
]
5757
simulator = [
58-
"aiohttp>=3.8.6"
58+
"aiohttp>=3.9.0b0"
5959
]
6060
documentation = [
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",

0 commit comments

Comments
 (0)