From 98baf2fac94fd74a672566bbe03f1ca4c5967b84 Mon Sep 17 00:00:00 2001 From: Noor Shamasneh Date: Thu, 26 Sep 2024 13:48:55 +0300 Subject: [PATCH 1/4] Update setup python --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index d8ac946..704a98f 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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 }} From 50964cfdf919e74aa6982530d7f4224e03c0c448 Mon Sep 17 00:00:00 2001 From: Noor Shamasneh Date: Thu, 26 Sep 2024 13:51:15 +0300 Subject: [PATCH 2/4] dummy --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 704a98f..32cf1c7 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -36,7 +36,7 @@ runs: repository: RelationalAI/rai-sdk-python - name: Initialize Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version || inputs.python_version }} From e6026aca38c2c05f00a2a161aa84199664d7c30d Mon Sep 17 00:00:00 2001 From: Noor Shamasneh Date: Thu, 26 Sep 2024 13:57:01 +0300 Subject: [PATCH 3/4] Update action.yml --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 32cf1c7..93002d2 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -26,7 +26,7 @@ inputs: python_version: required: false description: 'Python version to test with' - default: '3.7' + default: '3.9' runs: using: 'composite' From 5b7520831428ef482e95b0448a5a7fe14d36288b Mon Sep 17 00:00:00 2001 From: Noor Shamasneh Date: Thu, 26 Sep 2024 14:05:09 +0300 Subject: [PATCH 4/4] Update build.yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c81d3d1..df1e0b1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: