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.
1 parent 17db1cc commit 5fd8347Copy full SHA for 5fd8347
.github/workflows/python-app.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix: ${{ steps.set-pythons.outputs.matrix }}
22
steps:
23
- id: set-pythons
24
- run: curl -s --url "https://raw.githubusercontent.com/python/devguide/refs/heads/main/include/release-cycle.json" | jq '.[] | select(.status!="end-of-life") | select(.branch | startswith("3.")) | .branch' | jq -s
+ run: curl -s --url "https://raw.githubusercontent.com/python/devguide/refs/heads/main/include/release-cycle.json" | jq '.[] | select(.status!="end-of-life") | select(.branch | startswith("3.")) | .branch' | jq -s -c
25
26
build:
27
0 commit comments