Skip to content

Commit

Permalink
Document that release is run with oldest Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed May 9, 2024
1 parent 1885db1 commit 307ab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
needs: [ linux-build-and-test, macos-build-and-test ]
secrets: inherit
with:
python-version: "3.9"
python-version: "3.9" # run release with oldest supported Python version
publish-pypi: true

0 comments on commit 307ab3f

Please sign in to comment.