File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010      fail-fast : false 
1111      matrix :
1212        platform : [ubuntu-latest, macos-latest, windows-latest] 
13-         python-version : ["3.8", "3.12 "] 
13+         python-version : ["3.8", "3.13 "] 
1414        system-hidapi : ["", "--with-system-hidapi"] 
1515        libusb-backend : ["", "--with-libusb"] 
1616        exclude :
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919      - name : Setup Python 
2020        uses : actions/setup-python@v5 
2121        with :
22-           python-version : " 3.12 " 
22+           python-version : " 3.13 " 
2323
2424      - name : Setup QEMU 
2525        if : ${{ runner.os == 'Linux' }} 
2626        uses : docker/setup-qemu-action@v3 
2727
2828      - name : Build wheels 
29-         uses : pypa/cibuildwheel@v2.19.2  
29+         uses : pypa/cibuildwheel@v2.21.3  
3030        env :
3131          CIBW_BUILD : " cp3*-*" 
3232          CIBW_ARCHS_WINDOWS : " auto" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments