mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 05:56:19 +03:00
Require Cython>=3.1.1
This commit is contained in:
parent
e4d62ed3f6
commit
0c95fffaf0
2
.github/workflows/tests-and-linters.yml
vendored
2
.github/workflows/tests-and-linters.yml
vendored
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "Cython"]
|
||||
requires = ["setuptools", "Cython>=3.1.1"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user