Skip to content

Commit

Permalink
Update setup python (#154)
Browse files Browse the repository at this point in the history
* Update setup python

* dummy

* Update action.yml

* Update build.yaml
  • Loading branch information
NoorShamasneh authored Sep 26, 2024
1 parent 140db25 commit b5371a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
python_version:
required: false
description: 'Python version to test with'
default: '3.7'
default: '3.9'

runs:
using: 'composite'
Expand All @@ -36,7 +36,7 @@ runs:
repository: RelationalAI/rai-sdk-python

- name: Initialize Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version || inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
fail-fast: false

steps:
Expand Down

0 comments on commit b5371a5

Please sign in to comment.