Skip to content

Commit 391d3af

Browse files
committed
Change python version in workflow from 3.7 to 3.11
1 parent a59c3d8 commit 391d3af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ jobs:
1414
with:
1515
python-version: "3.8"
1616

17-
build-python-37:
18-
needs: build-python-38
19-
uses: ./.github/workflows/python-action.yml
20-
with:
21-
python-version: "3.7"
22-
2317
build-python-39:
2418
needs: build-python-38
2519
uses: ./.github/workflows/python-action.yml
@@ -32,6 +26,12 @@ jobs:
3226
with:
3327
python-version: "3.10"
3428

29+
build-python-311:
30+
needs: build-python-38
31+
uses: ./.github/workflows/python-action.yml
32+
with:
33+
python-version: "3.11"
34+
3535
# build-python-311:
3636
# needs: build-python-38
3737
# uses: ./.github/workflows/python-action.yml

0 commit comments

Comments
 (0)