Require Cython>=3.1.1

This commit is contained in:
ZipFile 2025-05-19 13:31:34 +00:00
parent 561ff46658
commit 183b2ae7ff
3 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

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