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 2323    strategy :
2424      matrix :
2525        python-version :
26-           - ' 3.13 ' 
26+           - ' 3.14-dev ' 
2727    name : Windows, SQLite, Python ${{ matrix.python-version }} 
2828    steps :
2929      - name : Checkout 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14'
44bcrypt >= 4.1.1
55black >= 25.1.0
66docutils >= 0.19
7- geoip2 >= 4.8.0
7+ geoip2 >= 4.8.0; sys.platform != 'win32' or python_version < '3.14' 
88jinja2 >= 2.11.0
99numpy >= 1.26.0; python_version < '3.14'
1010Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.14'
@@ -14,7 +14,7 @@ pymemcache >= 3.4.0
1414pywatchman; sys_platform != 'win32'
1515PyYAML >= 6.0.2
1616redis >= 5.1.0
17- selenium >= 4.23.0
17+ selenium >= 4.23.0; sys.platform != 'win32' or python_version < '3.14' 
1818sqlparse >= 0.5.0
1919tblib >= 3.0.0
2020tzdata
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments