Skip to content

Commit b5371a5

Browse files
Update setup python (#154)
* Update setup python * dummy * Update action.yml * Update build.yaml
1 parent 140db25 commit b5371a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
python_version:
2727
required: false
2828
description: 'Python version to test with'
29-
default: '3.7'
29+
default: '3.9'
3030

3131
runs:
3232
using: 'composite'
@@ -36,7 +36,7 @@ runs:
3636
repository: RelationalAI/rai-sdk-python
3737

3838
- name: Initialize Python
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: ${{ matrix.python-version || inputs.python_version }}
4242

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
13+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
1414
fail-fast: false
1515

1616
steps:

0 commit comments

Comments
 (0)