Skip to content

Commit

Permalink
[ci] update to python 3.8 (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaller authored Dec 7, 2023
1 parent e5c05a4 commit 2301f32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
platform: [ubuntu-latest, macOS-latest, windows-8core-2022]
go-version: [1.21.x]
node-version: [18.x]
python-version: [3.7]
python-version: [3.8]
dotnet: [6.0.x]
runs-on: ${{ matrix.platform }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
platform: [ubuntu-latest, macOS-latest, windows-8core-2022]
go-version: [1.21.x]
node-version: [18.x]
python-version: [3.7]
python-version: [3.8]
dotnet: [6.0.x]
pulumi-version:
- latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
platform: [ubuntu-latest]
go-version: [1.21.x]
node-version: [18.x]
python-version: [3.7]
python-version: [3.8]
dotnet: [6.0.x]
runs-on: ${{ matrix.platform }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-templates-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
platform: [ubuntu-latest, macOS-latest, windows-8core-2022]
go-version: [1.21.x]
node-version: [18.x]
python-version: [3.7]
python-version: [3.8]
dotnet: [6.0.x]
runs-on: ${{ matrix.platform }}
permissions:
Expand Down

0 comments on commit 2301f32

Please sign in to comment.