From 83a9ba5b319343cf3e7cca02fc80f97529a2c0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Fri, 20 Oct 2023 23:38:37 +0300 Subject: [PATCH] Python 3.11/3.12 trial with cython 3.04 Let's see if this fixes the compilation issue. --- .github/workflows/installation-test.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/installation-test.yml b/.github/workflows/installation-test.yml index 70c4fed..3dce66f 100644 --- a/.github/workflows/installation-test.yml +++ b/.github/workflows/installation-test.yml @@ -18,7 +18,7 @@ jobs: os: ["ubuntu-20.04", "ubuntu-22.04"] # aiohttp does not compile against 3.11 # https://github.com/aio-libs/aiohttp/issues/6600 - python-ver: ["3.7", "3.8", "3.9", "3.10"] + python-ver: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] exclude: - os: ubuntu-22.04 python-ver: 3.6 diff --git a/requirements.txt b/requirements.txt index bec182e..6e3d929 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +cython=3.0.4 pytest==7.3.1 pytest-rerunfailures==10.2 pytest-html==3.2.0