File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 - name : Set up Python
1212 uses : actions/setup-python@v4
1313 with :
14- python-version : ' 3.13 '
14+ python-version : ' 3.12 '
1515 cache : ' pip'
1616 cache-dependency-path : |
1717 **/setup.cfg
3434 - name : Set up Python
3535 uses : actions/setup-python@v4
3636 with :
37- python-version : 3.8
37+ python-version : ' 3.12 '
3838 cache : ' pip'
3939 cache-dependency-path : |
4040 **/setup.cfg
@@ -108,7 +108,7 @@ jobs:
108108 - name : Set up Python
109109 uses : actions/setup-python@v4
110110 with :
111- python-version : 3.8
111+ python-version : ' 3.12 '
112112 cache : ' pip'
113113 cache-dependency-path : |
114114 **/setup.cfg
@@ -135,7 +135,7 @@ jobs:
135135 - name : Set up Python
136136 uses : actions/setup-python@v4
137137 with :
138- python-version : ' 3.13 '
138+ python-version : ' 3.12 '
139139 cache : ' pip'
140140 cache-dependency-path : |
141141 **/setup.cfg
You can’t perform that action at this time.
0 commit comments