From 460834e2d4fe38e80c542eee5dbcbde7944700a9 Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Wed, 28 Aug 2024 09:58:01 -0400 Subject: [PATCH] updated cache version for 3.9 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 62ab9c9..cd69f04 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7.15', '3.8.12', '3.9.7', '3.10.4', '3.11.0' ] # specific versions for cache + python-version: [ '3.7.15', '3.8.12', '3.9.12', '3.10.4', '3.11.0' ] # specific versions for cache steps: - uses: actions/checkout@v2