Skip to content

Commit

Permalink
Add python 3.12. (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Oct 12, 2023
1 parent 4d8fbaa commit 658ea08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- version: '3.9'
- version: '3.10'
- version: '3.11'
- version: '3.12'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
- version: '3.9'
- version: '3.10'
- version: '3.11'
- version: '3.12'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ serial = [
"pyserial>=3.5"
]
repl = [
"aiohttp>=3.8.6",
"aiohttp>=3.9.0b0",
"typer[all]>=0.7.0",
"prompt-toolkit>=3.0.36",
"pygments>=2.15.0",
"click>=8.0.0"
]
simulator = [
"aiohttp>=3.8.6"
"aiohttp>=3.9.0b0"
]
documentation = [
"recommonmark>=0.7.1",
Expand Down Expand Up @@ -86,13 +86,13 @@ all = [
# "pymodbus[serial]",
"pyserial>=3.5",
# "pymodbus[repl]",
"aiohttp>=3.8.6",
"aiohttp>=3.9.0b0",
"typer[all]>=0.7.0",
"prompt-toolkit>=3.0.36",
"pygments>=2.15.0",
"click>=8.0.0",
# "pymodbus[simulator]",
"aiohttp>=3.8.6",
"aiohttp>=3.9.0b0",
# "pymodbus[documentation]",
"recommonmark>=0.7.1",
"Sphinx>=5.3.0",
Expand Down

0 comments on commit 658ea08

Please sign in to comment.