File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Set up Python 3.13
1818 uses : actions/setup-python@v6
1919 with :
20- python-version : ' 3.13 '
20+ python-version : ' 3.14 '
2121
2222 - name : Cache pip packages
2323 uses : actions/cache@v5
8383 - name : Set up Python 3.13
8484 uses : actions/setup-python@v6
8585 with :
86- python-version : ' 3.13 '
86+ python-version : ' 3.14 '
8787
8888 - name : Cache pip packages
8989 uses : actions/cache@v5
Original file line number Diff line number Diff line change 8787 - name : Set up Python
8888 uses : actions/setup-python@v6
8989 with :
90- python-version : ' 3.9 '
90+ python-version : ' 3.14 '
9191
9292 - name : Install build dependencies
9393 run : |
@@ -132,7 +132,7 @@ jobs:
132132 - name : Set up Python 3.13
133133 uses : actions/setup-python@v6
134134 with :
135- python-version : ' 3.13 '
135+ python-version : ' 3.14 '
136136
137137 - name : Install dependencies
138138 run : |
@@ -205,7 +205,7 @@ jobs:
205205 - name : Set up Python
206206 uses : actions/setup-python@v6
207207 with :
208- python-version : ' 3.9 '
208+ python-version : ' 3.14 '
209209
210210 - name : Install build dependencies
211211 run : |
@@ -261,7 +261,7 @@ jobs:
261261 - name : Set up Python
262262 uses : actions/setup-python@v6
263263 with :
264- python-version : ' 3.9 '
264+ python-version : ' 3.14 '
265265
266266 - name : Install build dependencies
267267 run : |
@@ -295,7 +295,7 @@ jobs:
295295 - name : Set up Python
296296 uses : actions/setup-python@v6
297297 with :
298- python-version : ' 3.9 '
298+ python-version : ' 3.14 '
299299
300300 - name : Install build dependencies
301301 run : |
You can’t perform that action at this time.
0 commit comments