Skip to content

Commit

Permalink
Use Python 3.13 for the build and artifacts index jobs (#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
sairon authored Jan 28, 2025
1 parent 7eccef8 commit 4919e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
required: true

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.13"

jobs:
build-index:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
default: true

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.13"

jobs:
prepare:
Expand Down

0 comments on commit 4919e4e

Please sign in to comment.