We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0f538 commit 9c614a4Copy full SHA for 9c614a4
.github/workflows/python-app.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
- - name: Set up Python 3.11
+ - name: Set up Python 3.10
20
uses: actions/setup-python@v3
21
with:
22
- python-version: "3.11"
+ python-version: "3.10"
23
24
- name: Create Release
25
id: create_release
0 commit comments