From 73c0f78a86291e520c30ced75c42d9f102a852c5 Mon Sep 17 00:00:00 2001 From: Kyle Skolfield Date: Wed, 24 Jan 2024 12:20:05 -0700 Subject: [PATCH] Update test_pr_and_main.yml --- .github/workflows/test_pr_and_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pr_and_main.yml b/.github/workflows/test_pr_and_main.yml index 9131254..b80adc0 100644 --- a/.github/workflows/test_pr_and_main.yml +++ b/.github/workflows/test_pr_and_main.yml @@ -60,7 +60,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python: [3.8, 3.9, '3.10', '3.11'] + python: [3.9, '3.10', '3.11'] steps: - name: Checkout source uses: actions/checkout@v4