File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020      - name : Set up Python 
2121        uses : actions/setup-python@v4 
2222        with :
23-           python-version : ' 3.10 ' 
23+           python-version : ' 3.12 ' 
2424
2525      - name : Install and configure Poetry 
2626        uses : snok/install-poetry@v1 
Original file line number Diff line number Diff line change 3030      - name : Set up Python 
3131        uses : actions/setup-python@v4 
3232        with :
33-           python-version : ' 3.9 ' 
33+           python-version : ' 3.12 ' 
3434
3535      - name : Install and configure Poetry 
3636        uses : snok/install-poetry@v1 
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128      - name : Set up Python 
129129        uses : actions/setup-python@v4 
130130        with :
131-           python-version : ' 3.10 ' 
131+           python-version : ' 3.12 ' 
132132
133133      - name : Install and configure Poetry 
134134        uses : snok/install-poetry@v1 
@@ -272,7 +272,7 @@ jobs:
272272      - name : Set up Python 
273273        uses : actions/setup-python@v4 
274274        with :
275-           python-version : " 3.9 " 
275+           python-version : " 3.12 " 
276276
277277      - name : Install and configure Poetry 
278278        uses : snok/install-poetry@v1 
Original file line number Diff line number Diff line change 6161        uses : actions/setup-python@v4 
6262        if : ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }} 
6363        with :
64-           python-version : " 3.9 " 
64+           python-version : " 3.12 " 
6565
6666      - name : Install and configure Poetry 
6767        uses : snok/install-poetry@v1 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments