From 106656f2cb67681e5ed9acc70f701e8cfdc3751b Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Wed, 6 Mar 2024 21:17:02 -0500 Subject: [PATCH] feat: Dropping Python 3.8 integration tests Signed-off-by: franciscojavierarceo --- .github/workflows/pr_local_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_local_integration_tests.yml b/.github/workflows/pr_local_integration_tests.yml index 668bcb5e50..17ff54b1f8 100644 --- a/.github/workflows/pr_local_integration_tests.yml +++ b/.github/workflows/pr_local_integration_tests.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.10" ] + python-version: [ "3.10" ] os: [ ubuntu-latest ] env: OS: ${{ matrix.os }}