We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef974cd commit a6f889dCopy full SHA for a6f889d
.github/workflows/ci.yml
@@ -36,8 +36,7 @@ jobs:
36
matrix:
37
python-version:
38
- "3.11"
39
- - "3.12"
40
- - "3.13"
+ - "3.14"
41
runs-on: ubuntu-latest
42
steps:
43
- uses: actions/checkout@v5
tests/test_queue.py
@@ -6,7 +6,7 @@
6
from roborock.roborock_future import RoborockFuture
7
8
9
-def test_can_create():
+async def test_can_create():
10
RoborockFuture(1)
11
12
0 commit comments