mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Fix CI (#13469)
* Remove hardcoded architecture setting * update classifiers to include Python 3.12
This commit is contained in:
		
							parent
							
								
									2e2334632b
								
							
						
					
					
						commit
						6d6c10ab9c
					
				
							
								
								
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -31,7 +31,6 @@ jobs:
 | 
				
			||||||
        uses: actions/setup-python@v4
 | 
					        uses: actions/setup-python@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: "3.7"
 | 
					          python-version: "3.7"
 | 
				
			||||||
          architecture: x64
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: black
 | 
					      - name: black
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
| 
						 | 
					@ -81,7 +80,6 @@ jobs:
 | 
				
			||||||
        uses: actions/setup-python@v4
 | 
					        uses: actions/setup-python@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: ${{ matrix.python_version }}
 | 
					          python-version: ${{ matrix.python_version }}
 | 
				
			||||||
          architecture: x64
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install dependencies
 | 
					      - name: Install dependencies
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								.github/workflows/universe_validation.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/universe_validation.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -26,7 +26,6 @@ jobs:
 | 
				
			||||||
        uses: actions/setup-python@v4
 | 
					        uses: actions/setup-python@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: "3.7"
 | 
					          python-version: "3.7"
 | 
				
			||||||
          architecture: x64
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Validate website/meta/universe.json
 | 
					      - name: Validate website/meta/universe.json
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -22,6 +22,7 @@ classifiers =
 | 
				
			||||||
    Programming Language :: Python :: 3.9
 | 
					    Programming Language :: Python :: 3.9
 | 
				
			||||||
    Programming Language :: Python :: 3.10
 | 
					    Programming Language :: Python :: 3.10
 | 
				
			||||||
    Programming Language :: Python :: 3.11
 | 
					    Programming Language :: Python :: 3.11
 | 
				
			||||||
 | 
					    Programming Language :: Python :: 3.12
 | 
				
			||||||
    Topic :: Scientific/Engineering
 | 
					    Topic :: Scientific/Engineering
 | 
				
			||||||
project_urls =
 | 
					project_urls =
 | 
				
			||||||
    Release notes = https://github.com/explosion/spaCy/releases
 | 
					    Release notes = https://github.com/explosion/spaCy/releases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user