File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4848      if : ${{ matrix.python-version == '3.14' }} 
4949      run : flake8 matplotlib_inline --ignore=E501,W504,W503 
5050
51+     - name : Test Build 
52+       if : ${{ matrix.python-version == '3.14' }} 
53+       run : | 
54+         pip install build 
55+         python -m build 
56+ 
5157name : Install ruff 
5258      if : ${{ matrix.python-version == '3.14' }} 
53-       run : pip    install ruff 
59+       run : pip install ruff 
5460
5561    - name : Check code with ruff 
5662      if : ${{ matrix.python-version == '3.14' }} 
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ classifiers = [
1717    " Framework :: Jupyter" 
1818    " Intended Audience :: Developers" 
1919    " Intended Audience :: Science/Research" 
20-     " License-Expression: BSD-3-Clause" 
2120    " Programming Language :: Python :: 3.10" 
2221    " Programming Language :: Python :: 3.11" 
2322    " Programming Language :: Python :: 3.12" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments