From 5a056c4fcb46fb27f642069c24c0afb36f1f573a Mon Sep 17 00:00:00 2001 From: jordanyono Date: Tue, 15 Oct 2024 14:08:26 -0400 Subject: [PATCH 1/2] update codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dcfb82313..e19d8d66f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @czaloom @ntlind @ekorman \ No newline at end of file +* @czaloom @ntlind @ekorman @jyono @rsbowman-striveworks From 6781e0876404411c82f7ef85163982922a9c8e8b Mon Sep 17 00:00:00 2001 From: jordanyono Date: Tue, 15 Oct 2024 14:12:33 -0400 Subject: [PATCH 2/2] remove py 3.7 --- .github/workflows/client-api-tests-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-api-tests-and-coverage.yml b/.github/workflows/client-api-tests-and-coverage.yml index 0f6085041..90fcf5e7e 100644 --- a/.github/workflows/client-api-tests-and-coverage.yml +++ b/.github/workflows/client-api-tests-and-coverage.yml @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] defaults: run: working-directory: ./client