mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 07:57:43 +03:00 
			
		
		
		
	Update tests pipeline and setup.py
This commit is contained in:
		
							parent
							
								
									37486900cd
								
							
						
					
					
						commit
						9b0684fbe8
					
				
							
								
								
									
										6
									
								
								.github/workflows/tests-and-linters.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/tests-and-linters.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -25,7 +25,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       matrix: | ||||
|         python-version: [3.8, 3.9, "3.10", 3.11, 3.12] | ||||
|         python-version: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13] | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/setup-python@v4 | ||||
|  | @ -48,7 +48,7 @@ jobs: | |||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/setup-python@v4 | ||||
|         with: | ||||
|           python-version: 3.12 | ||||
|           python-version: 3.13 | ||||
|       - run: pip install tox 'cython>=3,<4' | ||||
|       - run: make cythonize | ||||
|       - run: tox -vv | ||||
|  | @ -65,7 +65,7 @@ jobs: | |||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/setup-python@v4 | ||||
|         with: | ||||
|           python-version: 3.12 | ||||
|           python-version: 3.13 | ||||
|       - run: pip install tox | ||||
|       - run: tox | ||||
|         env: | ||||
|  |  | |||
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							|  | @ -111,6 +111,7 @@ setup(name="dependency-injector", | |||
|           "Programming Language :: Python :: 3.10", | ||||
|           "Programming Language :: Python :: 3.11", | ||||
|           "Programming Language :: Python :: 3.12", | ||||
|           "Programming Language :: Python :: 3.13", | ||||
|           "Programming Language :: Python :: Implementation :: CPython", | ||||
|           "Programming Language :: Python :: Implementation :: PyPy", | ||||
|           "Framework :: AsyncIO", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user