Skip to content

Commit a6f889d

Browse files
authored
chore: add python 3.14 for tests (#524)
* chore: add python 3.14 for tests * chore: make roborock future test async
1 parent ef974cd commit a6f889d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
matrix:
3737
python-version:
3838
- "3.11"
39-
- "3.12"
40-
- "3.13"
39+
- "3.14"
4140
runs-on: ubuntu-latest
4241
steps:
4342
- uses: actions/checkout@v5

tests/test_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from roborock.roborock_future import RoborockFuture
77

88

9-
def test_can_create():
9+
async def test_can_create():
1010
RoborockFuture(1)
1111

1212

0 commit comments

Comments
 (0)