File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 6565              python-architecture : " x64" , 
6666              rust-target : " x86_64-pc-windows-msvc" , 
6767            }, 
68-             { 
69-               os : " windows-latest" , 
70-               python-architecture : " x86" , 
71-               rust-target : " i686-pc-windows-msvc" , 
72-             }, 
7368          ] 
7469        exclude :
7570          #  PyPy doesn't release 32-bit Windows builds any more
8984
9085          #  Test the `nightly` feature
9186          - rust : nightly 
92-             python-version : " 3.12 " 
87+             python-version : " 3.13 " 
9388            platform :
9489              { 
9590                os : " ubuntu-latest" , 
9994            msrv : " nightly" 
10095            extra_features : " nightly" 
10196
97+           #  Test 32-bit windows just on latest Python
98+           - python-version : " 3.13" 
99+             platform : { os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" } 
100+ 
102101    steps :
103102      - uses : actions/checkout@v4 
104103
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments