mirror of
				https://github.com/fjosw/pyerrors.git
				synced 2025-11-04 01:25:46 +01:00 
			
		
		
		
	[Build] Remove python3.8 and add support for numpy 2 (#239)
* [build] Remove python 3.8 and bump dependency version. * [Build] Remove python 3.8 from ci and update README python badge. * [ci] Temporarily remove -Werror from pytest workflow. * [ci] Remove python 3.8 from examples workflow. * [Build] Bump further dependency versions.
This commit is contained in:
		
					parent
					
						
							
								7ca9d4ee41
							
						
					
				
			
			
				commit
				
					
						55cd782909
					
				
			
		
					 4 changed files with 6 additions and 7 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/examples.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/examples.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -17,7 +17,7 @@ jobs:
 | 
			
		|||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [ubuntu-latest]
 | 
			
		||||
        python-version: ["3.8", "3.10", "3.12"]
 | 
			
		||||
        python-version: ["3.10", "3.12"]
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout source
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								.github/workflows/pytest.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/pytest.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -17,7 +17,7 @@ jobs:
 | 
			
		|||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [ubuntu-latest]
 | 
			
		||||
        python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
 | 
			
		||||
        python-version: ["3.9", "3.10", "3.11", "3.12"]
 | 
			
		||||
        include:
 | 
			
		||||
          - os: macos-latest
 | 
			
		||||
            python-version: "3.10"
 | 
			
		||||
| 
						 | 
				
			
			@ -45,4 +45,4 @@ jobs:
 | 
			
		|||
          pip freeze
 | 
			
		||||
 | 
			
		||||
      - name: Run tests
 | 
			
		||||
        run: pytest --cov=pyerrors -vv -Werror
 | 
			
		||||
        run: pytest --cov=pyerrors -vv
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue