From 1f84bfc4800d9d04b7e17f44c00454ca94cf8fdd Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sun, 30 Jun 2024 18:14:32 +0900 Subject: [PATCH] Add Python 3.13 to the testing matrix (#597) * Add Python 3.13 to the testing matrix * Try to pin a Python3.13-compatible `cffi` * Add comment about removing pinned `cffi` --------- Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70993e4d..9845c35c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/requirements.txt b/requirements.txt index 271e3e39..8243ce87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ aiohttp==3.9.5 appdirs==1.4.4 async-timeout==4.0.3 cachetools==5.3.3 +cffi==v1.17.0rc1 # remove this once v1.17.0 is out chardet==5.2.0 gidgethub==5.3.0 multidict==6.0.5