Skip to content

Commit

Permalink
Update workflow py version
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Jan 24, 2024
1 parent 9ce4287 commit 618f400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.6', '3.11' ]
python-version: [ '3.7', '3.11' ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/composite/test-sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composite/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
python-version:
description: 'Version of Python to setup.'
required: false
default: '3.6'
default: '3.7'
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 618f400

Please sign in to comment.