We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642d669 commit a6c8adeCopy full SHA for a6c8ade
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v4
15
with:
16
- python-version: "3.x"
+ python-version: "3.11"
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
0 commit comments