From ebaac1f8ba6fdee9ea3299e844ebdbf523a3adbf Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Tue, 5 Nov 2024 05:43:01 -0600 Subject: [PATCH] ci: update python versions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 236ba26..b2a66f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: [3.7, 3.8, 3.9] + python-version: [3.10, 3.11, 3.12] steps: - uses: actions/checkout@v2