diff --git a/.github/workflows/aiohttp.yml b/.github/workflows/aiohttp.yml index 20b1f41f..3eb89c13 100644 --- a/.github/workflows/aiohttp.yml +++ b/.github/workflows/aiohttp.yml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - branch: ['master', '3.10', '3.11', '3.12'] + branch: ['master', '3.11', '3.12'] steps: - name: Checkout aiohttp uses: actions/checkout@v4