diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62c22bc3..a5217d9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,7 @@ jobs: matrix: python-version: - "3.11" - - "3.12" - - "3.13" + - "3.14" runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 diff --git a/tests/test_queue.py b/tests/test_queue.py index 84767477..64431815 100644 --- a/tests/test_queue.py +++ b/tests/test_queue.py @@ -6,7 +6,7 @@ from roborock.roborock_future import RoborockFuture -def test_can_create(): +async def test_can_create(): RoborockFuture(1)