Skip to content

Commit

Permalink
feat: specify cffi version
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Jul 14, 2024
1 parent 732c9b6 commit abc0255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt1-dev
uv venv
uv pip install . --prerelease=allow
uv pip install pytest pytest-asyncio pytest-rerunfailures --prerelease=allow
uv pip install .[speedup]
uv pip install pytest pytest-asyncio pytest-rerunfailures
- name: Run tests
env:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"protobuf>=4.21.0,<6",
"cryptography>=35.0.0,<41;python_version>='3.8' and python_version<'3.12'",
"cryptography>=35.0.0,<43;python_version>='3.12'",
"cffi>=1.17.0rc1,<2;python_version>='3.13b1'",
"async-timeout>=4.0,<5;python_version<'3.11'",
"StrEnum>=0.4.0,<0.5;python_version<'3.11'",
]
Expand Down

0 comments on commit abc0255

Please sign in to comment.