summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com>2023-01-26 06:22:32 -0500
committerGitHub <noreply@github.com>2023-01-26 16:52:32 +0530
commit87c2493855e73fb433b965040bb64cc51632c454 (patch)
treeba6bc2d36c8d066dfc63afdf757f61b187483ba7
parent67a3b5f72acfa0420065418986e03a35e8db6a31 (diff)
chore(ci): update python to 3.11 (#17530)
-rw-r--r--.github/workflows/ci.generate.ts4
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/wpt_epoch.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 72b62a07d..8fddc3cc8 100644
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -1,6 +1,6 @@
#!/usr/bin/env -S deno run --allow-write=. --lock=./tools/deno.lock.json
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-import * as yaml from "https://deno.land/std@0.171.0/encoding/yaml.ts";
+import * as yaml from "https://deno.land/std@0.173.0/encoding/yaml.ts";
const windowsRunnerCondition =
"github.repository == 'denoland/deno' && 'windows-2022-xl' || 'windows-2022'";
@@ -86,7 +86,7 @@ const installRustStep = {
const installPythonSteps = [{
name: "Install Python",
uses: "actions/setup-python@v4",
- with: { "python-version": 3.8 },
+ with: { "python-version": 3.11 },
}, {
name: "Remove unused versions of Python",
if: "startsWith(matrix.os, 'windows')",
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 17739fb26..12374bb6a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
- python-version: 3.8
+ python-version: 3.11
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (steps.exit_early.outputs.EXIT_EARLY != ''true'' && (matrix.job != ''lint''))'
- name: Remove unused versions of Python
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (steps.exit_early.outputs.EXIT_EARLY != ''true'' && (matrix.job != ''lint'' && (startsWith(matrix.os, ''windows''))))'
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml
index 31760770c..1bc765321 100644
--- a/.github/workflows/wpt_epoch.yml
+++ b/.github/workflows/wpt_epoch.yml
@@ -37,7 +37,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
- python-version: "3.8"
+ python-version: "3.11"
- name: Log versions
run: |