Skip to content

Commit 580bad9

Browse files
authored
Set version to 3.16 in recipe.yaml
Updated version to 3.16 in recipe.yaml.
1 parent 77dbb00 commit 580bad9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Tools/pixi-packages/default/recipe.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# propagate the changes to the other variants.
33

44
context:
5-
version: ${{ git.latest_tag(".")[1:] }}
5+
# Keep up to date
6+
# We could use git.latest_tag(".")[1:], but tags will be wrong until the first alpha
7+
# release is tagged.
8+
version: 3.16
69
freethreading_tag: ${{ "t" if "freethreading" in variant else "" }}
710
abi_prefix: ${{ (variant | split("-"))[0] + "_" if "san" in variant else "" }}
811
abi_tag: ${{ abi_prefix }}cp${{ (version | split('.'))[:2] | join('') }}

0 commit comments

Comments
 (0)