We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59c3d8 commit 391d3afCopy full SHA for 391d3af
1 file changed
.github/workflows/python-app.yml
@@ -14,12 +14,6 @@ jobs:
14
with:
15
python-version: "3.8"
16
17
- build-python-37:
18
- needs: build-python-38
19
- uses: ./.github/workflows/python-action.yml
20
- with:
21
- python-version: "3.7"
22
-
23
build-python-39:
24
needs: build-python-38
25
uses: ./.github/workflows/python-action.yml
@@ -32,6 +26,12 @@ jobs:
32
26
33
27
python-version: "3.10"
34
28
29
+ build-python-311:
30
+ needs: build-python-38
31
+ uses: ./.github/workflows/python-action.yml
+ with:
+ python-version: "3.11"
+
35
# build-python-311:
36
# needs: build-python-38
37
# uses: ./.github/workflows/python-action.yml
0 commit comments