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 9e38a44 commit 03471a5Copy full SHA for 03471a5
.github/workflows/python-app.yml
@@ -29,7 +29,7 @@ jobs:
29
- id: set-pythons
30
run: |
31
data=`curl -s --url "https://raw.githubusercontent.com/python/devguide/refs/heads/main/include/release-cycle.json"`
32
- pythonarray=`echo ${data} | jq '.[] | select(.status!="end-of-life") | select(.branch | startswith("3.")) | .branch' | jq -s -c`
+ pythonarray=`echo ${data} | jq '.[] | select((.status!="end-of-life") and (.status!="prerelease")) | select(.branch | startswith("3.")) | .branch' | jq -s -c`
33
echo "pythons=${pythonarray}" >> "$GITHUB_OUTPUT"
34
35
build:
0 commit comments