Skip to content

Commit 4919e4e

Browse files
authored
Use Python 3.13 for the build and artifacts index jobs (#3840)
1 parent 7eccef8 commit 4919e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/artifacts-index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
required: true
3232

3333
env:
34-
PYTHON_VERSION: "3.10"
34+
PYTHON_VERSION: "3.13"
3535

3636
jobs:
3737
build-index:

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
default: true
1919

2020
env:
21-
PYTHON_VERSION: "3.10"
21+
PYTHON_VERSION: "3.13"
2222

2323
jobs:
2424
prepare:

0 commit comments

Comments
 (0)