diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 685811c..94211ca 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -10,8 +10,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] - aiohttp-version: ['3.7.4', '3.8.6', '3.9.5'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + aiohttp-version: ['3.7.4', '3.8.6', '3.9.5', '3.11.9'] exclude: - python-version: '3.12' aiohttp-version: '3.8.6'