From 34a7afdaef3a4d997a9f7230c0db5a40d00b91ad Mon Sep 17 00:00:00 2001 From: Jingyi Date: Wed, 30 Oct 2024 05:24:55 +0000 Subject: [PATCH] update python version in github actions --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 189971e..8292d48 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] max-parallel: 1 # Ensures the tests run sequentially steps: