From 185ecfcb33cb208586d8e789eb9a1c7af8556ed3 Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Tue, 7 May 2024 09:14:39 -0700 Subject: [PATCH] Refine tested python version Co-authored-by: Matthew McPherrin --- .github/workflows/pr_tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_tools.yml b/.github/workflows/pr_tools.yml index 2c500a4..2905181 100644 --- a/.github/workflows/pr_tools.yml +++ b/.github/workflows/pr_tools.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.8, 3.13] steps: - uses: actions/checkout@v4