Skip to content

Commit

Permalink
Add Python 3.13 to the testing matrix (#597)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
3 people authored Jun 30, 2024
1 parent 504dc34 commit 1f84bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f84bfc

Please sign in to comment.