From ad3f54a32f052a5788af20c3d9f38f4101447e82 Mon Sep 17 00:00:00 2001 From: jjmachan Date: Thu, 20 Jul 2023 17:44:47 +0530 Subject: [PATCH 1/2] chore: support unit testing on python 3.11 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95cbf3e15..4a1390dc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] if: ${{ (github.event_name == 'pull_request' && needs.diff.outputs.ragas == 'true') || github.event_name == 'push' }} name: python${{ matrix.python-version }}_unit_tests (${{ matrix.os }}) From 2a30d9c26d1fba2b62fa125f5065e5fdf341c7af Mon Sep 17 00:00:00 2001 From: jjmachan Date: Thu, 20 Jul 2023 17:47:19 +0530 Subject: [PATCH 2/2] releated files too --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a1390dc3..754fc3627 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,7 @@ jobs: - pyproject.toml - requirements/test.txt ragas: + - *related - "src/ragas/**" - "tests/**" docs: