Skip to content

Commit

Permalink
build: test multiple python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-liang3 committed Jan 9, 2025
1 parent 20fd7c9 commit fb418ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
project_name: ${{ needs.prepare-environment.outputs.project_name }}
project_version: ${{ needs.prepare-environment.outputs.project_version }}
test_python_version: 3.13
test_python_versions: "['3.11', '3.12', '3.13']" # This needs to be a stringified JSON array
secrets: inherit

package:
Expand Down

0 comments on commit fb418ec

Please sign in to comment.