From 3d787236d3371ae6d9a126b824120ec95eac97d4 Mon Sep 17 00:00:00 2001 From: Steve Goldman <32876747+s-goldman@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:13:05 -0400 Subject: [PATCH] Update cron.yml --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 7a9aca06..f5ee2110 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.8, 3.9, '3.10', 3.11] + python-version: [3.9, 3.10, 3.11] name: ${{ matrix.os }} python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2