Skip to content

Commit

Permalink
Test wheel with 3.11 until python-dateutil is updated for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMacBride committed Dec 18, 2023
1 parent 8c1d110 commit b7ff7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b7ff7da

Please sign in to comment.