Skip to content

Commit 456503b

Browse files
committed
fix typo
1 parent 97979e0 commit 456503b

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Tools/pixi-packages/asan/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

Tools/pixi-packages/default/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

Tools/pixi-packages/free-threading/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

Tools/pixi-packages/generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
for 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
1212
done

Tools/pixi-packages/tsan-free-threading/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)