Skip to content

Commit 5baa5bb

Browse files
authored
Change Python version from 3.11 to 3.10
1 parent 63e6529 commit 5baa5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NuGetCD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Python
3535
uses: actions/setup-python@v5
3636
with:
37-
python-version: '3.11'
37+
python-version: '3.10'
3838

3939
# Echo context
4040
- name: Echo context

0 commit comments

Comments
 (0)