Skip to content

Commit

Permalink
Update CI to Python 3.9 (#1443)
Browse files Browse the repository at this point in the history
Since the pulumi/pulumi#17883 change Pulumi no
longer supports 3.8 and tests need to be performed on 3.9 or later
versions of Python.
  • Loading branch information
t0yv0 authored Dec 16, 2024
1 parent 553bf04 commit 258c7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ runs:
registry-url: https://registry.npmjs.org

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.9"

- name: Setup DotNet
if: inputs.skip_dotnet_and_java != 'true'
Expand Down

0 comments on commit 258c7d9

Please sign in to comment.