File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,16 @@ jobs:
2929            runs-on : ' ["ubuntu-latest", "macos-latest", "windows-latest"]' 
3030            python-version : ' ["3.10", "3.11", "3.12", "3.13"]' 
3131    test-documentation :
32-         #  Temporarily disabled
32+         #  Temporarily disabled while we transition from Sphinx to MkDocs
33+         #  https://github.com/reactive-python/reactpy/pull/1052
3334        if : 0 
3435        uses : ./.github/workflows/.hatch-run.yml 
3536        with :
3637            job-name : " python-{0}" 
3738            run-cmd : " hatch run docs:check" 
3839            python-version : ' ["3.11"]' 
3940    test-javascript :
40-         #  Temporarily disabled, tests are broken but a  rewrite is intended 
41+         #  Temporarily disabled while we  rewrite the "event_to_object" package 
4142        #  https://github.com/reactive-python/reactpy/issues/1196
4243        if : 0 
4344        uses : ./.github/workflows/.hatch-run.yml 
Original file line number Diff line number Diff line change 2424from  reactpy .utils  import  Ref , reactpy_to_string , string_to_reactpy 
2525
2626__author__  =  "The Reactive Python Team" 
27- __version__  =  "2.0.0a1 " 
27+ __version__  =  "2.0.0b2 " 
2828
2929__all__  =  [
3030    "Layout" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments