From 29c9d2c2e9b27c43effb235b30a01425347ab257 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 18 Oct 2023 18:31:44 +1000 Subject: [PATCH] Revert "Temporary support for Python 3.12" This reverts commit 9911b5199bce5aa9a76c42832cb86faf9d3c7096. --- .github/workflows/testing.yml | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 26fdee44..aa78d289 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/requirements.txt b/requirements.txt index b64a0ffe..24f3f393 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,7 @@ uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7 fastapi==0.103.2 python-multipart==0.0.6 websockets==11.0.3 -aiohttp==3.8.6,<3.9; python_version <= '3.11' -aiohttp==3.9.0b0; python_version == '3.12' +aiohttp==3.8.6,<3.9 async-timeout==4.0.3 aiofiles==23.2.1 Jinja2>=3.1.2,<3.2