Skip to content

Commit 8feb6da

Browse files
authored
Update add_new.yml
1 parent a48f21d commit 8feb6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ls
2828
- uses: actions/setup-python@v5
2929
with:
30-
python-version: '3.7' # Version range or exact version of a Python version to use, using SemVer's version range syntax
30+
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
3131
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
3232
- name: Install Python Requirements
3333
run: |

0 commit comments

Comments
 (0)