Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
ci: bump python version to 3.11 (#1467)
Browse files Browse the repository at this point in the history
This was causing some small issues in linting; might as well bump it to latest available.

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap authored Aug 10, 2023
1 parent 37ec3c0 commit bbe7772
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-to-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
architecture: "x64"

- name: Setup CLI
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
architecture: "x64"

- name: Checkout repo
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }}
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
architecture: "x64"

- name: Setup-cli
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }}
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
architecture: "x64"

- name: Setup-cli
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }}
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
architecture: "x64"

- name: Setup-cli
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }}
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
architecture: "x64"

- name: Setup-cli
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }}
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
architecture: "x64"

- name: Setup-cli
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }}
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
architecture: "x64"

- name: Set up CLI
Expand Down

0 comments on commit bbe7772

Please sign in to comment.