From 7e52bfd9b10405084521e049fc8853a58b72880d Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Mon, 23 Oct 2023 09:57:59 -0400 Subject: [PATCH 1/2] also test with Python 3.12 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9afb5c4e4..357ec7f24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,10 @@ jobs: - ubuntu-latest - macos-latest python-version: - - 3.9 + - '3.9' - '3.10' - - 3.11 + - '3.11' + - '3.12' steps: - uses: actions/checkout@v4 with: From 42b24f825936d6082fb5b0fdd0faedfce9635279 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 27 Oct 2023 12:02:40 -0400 Subject: [PATCH 2/2] install dependencies for setting up test cache --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 357ec7f24..88de49bdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,10 @@ jobs: fitsverify numpy parsley + pillow requests + scipy + six init-shell: bash cache-environment: true cache-downloads: true