File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99      - name : Set up Python 
1010        uses : actions/setup-python@v4 
1111        with :
12-           python-version : " 3.10 " 
12+           python-version : " 3.13.7 " 
1313      - run : python -m pip install -U pip 
1414      - run : pip install . 
1515  twine-check :
2020      - name : Set up Python 
2121        uses : actions/setup-python@v4 
2222        with :
23-           python-version : " 3.10 " 
23+           python-version : " 3.13.7 " 
2424      - run : pip install poetry twine 
2525      - run : poetry install 
2626      - run : poetry build 
3333      - name : Set up Python 
3434        uses : actions/setup-python@v4 
3535        with :
36-           python-version : " 3.10 " 
36+           python-version : " 3.13.7 " 
3737      - run : pip install poetry 
3838      - run : poetry install 
3939      - run : poetry run black --check . 
6565      - name : Set up Python 
6666        uses : actions/setup-python@v4 
6767        with :
68-           python-version : " 3.10 " 
68+           python-version : " 3.13.7 " 
6969      - run : pip install poetry 
7070      - run : poetry install 
7171      - run : poetry run pytest --benchmark-json output.json 
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packages = [
1212]
1313
1414[tool .poetry .dependencies ]
15- python  = " ^3.7 " 
15+ python  = " ^3.13.6 " 
1616
1717[tool .poetry .dev-dependencies ]
1818black  = " ^21.12b0" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments