Skip to content

Commit 7e6c9eb

Browse files
Merge pull request #217 from ConorMacBride/fix-release-workflow
Test wheel with 3.11 until `python-dateutil` is updated for 3.12
2 parents 8c1d110 + b7ff7da commit 7e6c9eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test_and_publish.yml

+2
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)