We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48f21d commit 8feb6daCopy full SHA for 8feb6da
.github/workflows/add_new.yml
@@ -27,7 +27,7 @@ jobs:
27
ls
28
- uses: actions/setup-python@v5
29
with:
30
- python-version: '3.7' # Version range or exact version of a Python version to use, using SemVer's version range syntax
+ python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
31
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
32
- name: Install Python Requirements
33
run: |
0 commit comments