From 5d4a75c74f3278431ef10a7cdae53ac4a18b451e Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:40:38 +0000 Subject: [PATCH] Fix pythonv ersion to 3.11 for aiohttp --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d921d43..1f68ded 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: "3.x" + python-version: "3.11" - run: sudo apt install libolm-dev - run: python -m pip install .[dev] - run: tox -e check_types