File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,15 @@ jobs:
2727 - uses : actions/checkout@v3
2828 - uses : actions/setup-python@v4
2929 with :
30- python-version : " 3.11 "
30+ python-version : " 3.10 "
3131 - uses : pre-commit/action@v3.0.0
3232
3333 test :
3434 strategy :
3535 fail-fast : false
3636 matrix :
3737 python-version :
38+ - " 3.10"
3839 - " 3.11"
3940 os :
4041 - ubuntu-latest
6667 with :
6768 fetch-depth : 0
6869 persist-credentials : false
69- - name : Set up Python
70- uses : actions/setup-python@v4
71- with :
72- python-version : " 3.11"
7370 # Run semantic release:
7471 # - Update CHANGELOG.md
7572 # - Update version in code
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ version: 2
33build :
44 os : ubuntu-22.04
55 tools :
6- python : " 3.11 "
6+ python : " 3.10 "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ packages = [{include = "roborock"}]
1919roborock = " roborock.cli:main"
2020
2121[tool .poetry .dependencies ]
22- python = " ^3.11 "
22+ python = " ^3.10 "
2323click = " >=8"
2424aiohttp = " ^3.8.2"
2525async-timeout = " *"
You can’t perform that action at this time.
0 commit comments