File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ outputs:
1616 name : python_abi
1717 version : ${{ version }}
1818 build :
19- string : " 0_cp35 "
19+ string : " 0_cp315 "
2020 requirements :
2121 run_constraints :
22- - python ${{ version }}.* *_cp35
22+ - python ${{ version }}.* *_cp315
2323
2424- package :
2525 name : python
2626 version : ${{ version }}
2727 build :
28- string : " 0_cp35 "
28+ string : " 0_cp315 "
2929 files :
3030 exclude :
3131 - " *.o"
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ outputs:
1616 name : python_abi
1717 version : ${{ version }}
1818 build :
19- string : " 0_cp35 "
19+ string : " 0_cp315 "
2020 requirements :
2121 run_constraints :
22- - python ${{ version }}.* *_cp35
22+ - python ${{ version }}.* *_cp315
2323
2424- package :
2525 name : python
2626 version : ${{ version }}
2727 build :
28- string : " 0_cp35 "
28+ string : " 0_cp315 "
2929 files :
3030 exclude :
3131 - " *.o"
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ outputs:
1616 name : python_abi
1717 version : ${{ version }}
1818 build :
19- string : " 0_cp35t "
19+ string : " 0_cp315t "
2020 requirements :
2121 run_constraints :
22- - python ${{ version }}.* *_cp35t
22+ - python ${{ version }}.* *_cp315t
2323
2424- package :
2525 name : python
2626 version : ${{ version }}
2727 build :
28- string : " 0_cp35t "
28+ string : " 0_cp315t "
2929 files :
3030 exclude :
3131 - " *.o"
Original file line number Diff line number Diff line change 44
55for name in default asan free-threading tsan-free-threading; do
66 if [[ " ${name} " == * free-threading* ]]; then
7- tag=" cp35t "
7+ tag=" cp315t "
88 else
9- tag=" cp35 "
9+ tag=" cp315 "
1010 fi
1111 sed -e ' s/variant: "default"/variant: "' ${name} ' "/g' -e ' s/${{ abi_tag }}/' ${tag} ' /g' Tools/pixi-packages/recipe.yaml > Tools/pixi-packages/${name} /recipe.yaml
1212done
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ outputs:
1616 name : python_abi
1717 version : ${{ version }}
1818 build :
19- string : " 0_cp35t "
19+ string : " 0_cp315t "
2020 requirements :
2121 run_constraints :
22- - python ${{ version }}.* *_cp35t
22+ - python ${{ version }}.* *_cp315t
2323
2424- package :
2525 name : python
2626 version : ${{ version }}
2727 build :
28- string : " 0_cp35t "
28+ string : " 0_cp315t "
2929 files :
3030 exclude :
3131 - " *.o"
You can’t perform that action at this time.
0 commit comments