File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030            python-version : " 3.11" 
3131          - os : ubuntu-latest 
3232            python-version : " 3.12" 
33-           #  - os: ubuntu-latest
34-           #    python-version: "3.13"
35-           #  python3.13: disabled until tensorflow supports
33+           - os : ubuntu-latest 
34+             python-version : " 3.13" 
3635
3736    steps :
3837      - uses : actions/checkout@v4 
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers = [
2424    " Programming Language :: Python :: 3.10"  ,
2525    " Programming Language :: Python :: 3.11"  ,
2626    " Programming Language :: Python :: 3.12"  ,
27+     " Programming Language :: Python :: 3.13"  ,
2728]
2829
2930[project .urls ]
@@ -40,7 +41,7 @@ test = [
4041    " pytest"  ,
4142    " numpy>=1.21,<2.0"  ,
4243    " torch>=2.0,<3.0; python_version >= '3.8'"  ,
43-     " tensorflow>=2.0,<3.0; python_version >= '3.8'"  ,
44+     " tensorflow>=2.0,<3.0; python_version >= '3.8' and python_version < '3.13' "  ,
4445    " matplotlib>=3.3"  ,
4546    " Pillow"  ,
4647]
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments