From f2a562009ef7f3dd23e3552a345d8d78bfa0522b Mon Sep 17 00:00:00 2001 From: Leonhard S Date: Sun, 16 Jul 2023 13:36:46 +0200 Subject: [PATCH] Drop 3.12-dev from build matrix aiohttp wheels do not yet build for 3.12; not going to bother given that Python 3.12 is scheduled for October. --- .github/workflows/ci-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yaml b/.github/workflows/ci-testing.yaml index 928cdc6..89e94e7 100644 --- a/.github/workflows/ci-testing.yaml +++ b/.github/workflows/ci-testing.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11", '3.12-dev'] + python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v3