Require Cython>=3.1.1

This commit is contained in:
ZipFile 2025-05-19 13:31:34 +00:00
parent e4d62ed3f6
commit 0c95fffaf0
3 changed files with 5 additions and 4 deletions

View File

@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.12
- run: pip install tox 'cython>=3,<4'
- run: pip install tox
- run: tox -vv
env:
TOXENV: coveralls

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "Cython"]
requires = ["setuptools", "Cython>=3.1.1"]
build-backend = "setuptools.build_meta"
[project]

View File

@ -1,4 +1,4 @@
cython==3.1.0
cython==3.1.1
setuptools
pytest
pytest-asyncio
@ -13,7 +13,8 @@ mypy
pyyaml
httpx
fastapi
pydantic==1.10.17
pydantic
pydantic-settings
numpy
scipy
boto3