From b7ff7da4ef9cdf6c4f431d2dda415c8219f758e4 Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Mon, 18 Dec 2023 16:19:05 +0000 Subject: [PATCH] Test wheel with 3.11 until `python-dateutil` is updated for 3.12 --- .github/workflows/test_and_publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 2336f45..4271318 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -54,5 +54,7 @@ jobs: uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 with: test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests + # Remove python-version when python-dateutil >2.8.2 + python-version: "3.11" secrets: pypi_token: ${{ secrets.pypi_password }}