From e1a651716982fccce58eb61da0e74dca0e71d01f Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sun, 3 Nov 2024 19:02:59 +0800 Subject: [PATCH] tests: disable aiohttp as it always fails; also use Python version 3.13 instead of 3.13-dev --- .github/workflows/tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 01b05f2..7fc131b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13-dev" + - "3.13" # pypy fails in some cases but we don't care much about that # with github actions we can't mark some jobs to not affect the overall # conclusion so we have to omit "allow-failure" tests. @@ -20,7 +20,8 @@ jobs: # - pypy-3.7 deps: - tornado pycurl - - aiohttp + # timer runs when loop is closed, see https://github.com/lilydjwg/nvchecker/actions/runs/11650699759/job/32439742210 + # - aiohttp - tornado - httpx[http2]>=0.14.0 exclude: []