Skip to content

Commit 9c614a4

Browse files
authored
rollback python 3.10 in actions
1 parent 9c0f538 commit 9c614a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up Python 3.11
19+
- name: Set up Python 3.10
2020
uses: actions/setup-python@v3
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.10"
2323

2424
- name: Create Release
2525
id: create_release

0 commit comments

Comments
 (0)