Skip to content

Commit 1f84bfc

Browse files
ezio-melottiAA-Turnerhugovk
authored
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>
1 parent 504dc34 commit 1f84bfc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ aiohttp==3.9.5
22
appdirs==1.4.4
33
async-timeout==4.0.3
44
cachetools==5.3.3
5+
cffi==v1.17.0rc1 # remove this once v1.17.0 is out
56
chardet==5.2.0
67
gidgethub==5.3.0
78
multidict==6.0.5

0 commit comments

Comments
 (0)