Skip to content

Commit b7ff7da

Browse files
committed
Test wheel with 3.11 until python-dateutil is updated for 3.12
1 parent 8c1d110 commit b7ff7da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ jobs:
5454
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
5555
with:
5656
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
57+
# Remove python-version when python-dateutil >2.8.2
58+
python-version: "3.11"
5759
secrets:
5860
pypi_token: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)