From c49bd55e5ed1acccff963eb6972a1b8e71a4b894 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 26 Oct 2023 13:15:47 -0400 Subject: [PATCH] build with python 3.11 (not 3.12) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7de90d9f5..2f9f15702 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,7 @@ jobs: needs: [core, asdf-schemas] uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 with: + python-version: "3.11" upload_to_pypi: false upload_to_anaconda: false test_extras: tests