We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python-dateutil
1 parent 8c1d110 commit b7ff7daCopy full SHA for b7ff7da
.github/workflows/test_and_publish.yml
@@ -54,5 +54,7 @@ jobs:
54
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
55
with:
56
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"
59
secrets:
60
pypi_token: ${{ secrets.pypi_password }}
0 commit comments