Skip to content

Commit

Permalink
Install CFFI pre-release to support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 5, 2024
1 parent 88aced8 commit 302a0d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
allow-prereleases: true
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Temporarily install CFFI pre-release supporting Python 3.13
run: pip install --upgrade cffi --pre
- name: Install package
run: pip install -e .[test]
- name: Run tests
Expand Down

0 comments on commit 302a0d5

Please sign in to comment.