mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 07:57:43 +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 |       - 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 | ||||||
|  |  | ||||||
|  | @ -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] | ||||||
|  |  | ||||||
|  | @ -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 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user